summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-17 21:42:40 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-17 21:42:40 +0000
commitdaf079adc510549208dacc0efce63a9f54273278 (patch)
tree056e4a66a509324705b3897caca26bdd2f696faf /tools/json_schema_compiler
parent82f93fb2b075830de15775f9abe543e8a7f6226d (diff)
downloadchromium_src-daf079adc510549208dacc0efce63a9f54273278.zip
chromium_src-daf079adc510549208dacc0efce63a9f54273278.tar.gz
chromium_src-daf079adc510549208dacc0efce63a9f54273278.tar.bz2
Update the remaining include paths of base/string_piece.h to its new location.
string_piece.h was moved into base/strings/ in r191206 - https://chromiumcodereview.appspot.com/12982018/ TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/14272007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/json_schema_compiler')
-rw-r--r--tools/json_schema_compiler/cpp_bundle_generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/json_schema_compiler/cpp_bundle_generator.py b/tools/json_schema_compiler/cpp_bundle_generator.py
index e98f0c3..453e446 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()