summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/vertex_attrib_manager.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 07:29:22 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 07:29:22 +0000
commitf439096d4336df79adad9c69d30a95ce705a05e5 (patch)
tree87d44c8f8324cbcf9025150f5cb52018c9de0631 /gpu/command_buffer/service/vertex_attrib_manager.cc
parent95f2d204098eb38e086500f1707f20ae2e5b4ef6 (diff)
downloadchromium_src-f439096d4336df79adad9c69d30a95ce705a05e5.zip
chromium_src-f439096d4336df79adad9c69d30a95ce705a05e5.tar.gz
chromium_src-f439096d4336df79adad9c69d30a95ce705a05e5.tar.bz2
Use a direct include of strings headers in extensions/, google_apis/, gpu/.
BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16632010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205460 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer/service/vertex_attrib_manager.cc')
-rw-r--r--gpu/command_buffer/service/vertex_attrib_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/command_buffer/service/vertex_attrib_manager.cc b/gpu/command_buffer/service/vertex_attrib_manager.cc
index 86f537e1..23e592c 100644
--- a/gpu/command_buffer/service/vertex_attrib_manager.cc
+++ b/gpu/command_buffer/service/vertex_attrib_manager.cc
@@ -9,7 +9,7 @@
#include "base/command_line.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
-#include "base/string_number_conversions.h"
+#include "base/strings/string_number_conversions.h"
#include "build/build_config.h"
#define GLES2_GPU_SERVICE 1
#include "gpu/command_buffer/common/gles2_cmd_format.h"