commit | 27c0573a0fbc3c4ac89fb5843e11f6eaa748c7e7 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Feb 15 21:55:49 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Feb 15 21:55:49 2013 |
tree | e459b5bc34e00fb5968497f17c8dfcf3c2b7d74d | |
parent | b74323e9eb22851d1b2ee5e493d0862005e83bc6 [diff] [blame] |
content: Update include paths of string_split.h to its new location. BUG=175186 [email protected] Review URL: https://chromiumcodereview.appspot.com/12287004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182842 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/gpu/gpu_info_collector.cc b/content/gpu/gpu_info_collector.cc index 6d13b29..86fb0c5 100644 --- a/content/gpu/gpu_info_collector.cc +++ b/content/gpu/gpu_info_collector.cc
@@ -11,7 +11,7 @@ #include "base/memory/scoped_ptr.h" #include "base/string_number_conversions.h" #include "base/string_piece.h" -#include "base/string_split.h" +#include "base/strings/string_split.h" #include "ui/gl/gl_bindings.h" #include "ui/gl/gl_context.h" #include "ui/gl/gl_surface.h"