| 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 a039368affd05a972d91897e8011047c0d9bab20..e240813f477b35237b7bbbf45e9f2e87a45bf520 100644
|
| --- a/tools/json_schema_compiler/cpp_bundle_generator.py
|
| +++ b/tools/json_schema_compiler/cpp_bundle_generator.py
|
| @@ -163,8 +163,6 @@ class _APIHGenerator(object):
|
|
|
| c.Append('#include <string>')
|
| c.Append()
|
| - c.Append('#include "base/basictypes.h"')
|
| - c.Append()
|
| c.Append("class ExtensionFunctionRegistry;")
|
| c.Append()
|
| c.Concat(cpp_util.OpenNamespace(self._bundle._cpp_namespace))
|
|
|