diff options
Diffstat (limited to 'gin/runner.h')
-rw-r--r-- | gin/runner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gin/runner.h b/gin/runner.h index cbebc76..8ba2b68 100644 --- a/gin/runner.h +++ b/gin/runner.h @@ -8,7 +8,7 @@ #include <string> #include "base/memory/weak_ptr.h" -#include "gin/context_holder.h" +#include "gin/public/context_holder.h" namespace gin { |