Index: tools/json_schema_compiler/cpp_bundle_generator.py |
diff --git a/tools/json_schema_compiler/cpp_bundle_generator.py b/tools/json_schema_compiler/cpp_bundle_generator.py |
index 1cadff8348da5e05f3d41b024ea87bfbe6572d12..b3695e33c9e7365a29ae1773a155c58520a854d5 100644 |
--- a/tools/json_schema_compiler/cpp_bundle_generator.py |
+++ b/tools/json_schema_compiler/cpp_bundle_generator.py |
@@ -203,7 +203,7 @@ class _APICCGenerator(object): |
c.Append("#endif // %s" % ifdefs, indent_level=0) |
c.Append() |
c.Append('#include ' |
- '"chrome/browser/extensions/extension_function_registry.h"') |
+ '"extensions/browser/extension_function_registry.h"') |
c.Append() |
c.Concat(cpp_util.OpenNamespace(self._bundle._cpp_namespace)) |
c.Append() |