| 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 e98f0c3023cbc619506dd8b56f1901be6b562a2f..453e4466cc03a240007ce3f26c959897c03770a8 100644
|
| --- a/tools/json_schema_compiler/cpp_bundle_generator.py
|
| +++ b/tools/json_schema_compiler/cpp_bundle_generator.py
|
| @@ -209,7 +209,7 @@ class _SchemasHGenerator(object):
|
| c.Append('#include <map>')
|
| c.Append('#include <string>')
|
| c.Append();
|
| - c.Append('#include "base/string_piece.h"')
|
| + c.Append('#include "base/strings/string_piece.h"')
|
| c.Append()
|
| c.Concat(cpp_util.OpenNamespace(self._bundle._cpp_namespace))
|
| c.Append()
|
|
|