Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Unified Diff: webkit/renderer/cpp_variant.cc

Issue 16739016: Use a direct include of strings headers in webkit/, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing include from ordering Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/renderer/compositor_bindings/web_layer_impl.cc ('k') | webkit/renderer/cpp_variant_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/renderer/cpp_variant.cc
diff --git a/webkit/renderer/cpp_variant.cc b/webkit/renderer/cpp_variant.cc
index 4c913ff7ae2d820849a14be7017a4547df52edcc..0f2c4976c116601f33cc1449b650ddd62897e4bc 100644
--- a/webkit/renderer/cpp_variant.cc
+++ b/webkit/renderer/cpp_variant.cc
@@ -6,8 +6,8 @@
#include <limits>
#include "base/logging.h"
-#include "base/string_util.h"
-#include "base/stringprintf.h"
+#include "base/strings/string_util.h"
+#include "base/strings/stringprintf.h"
#include "base/strings/utf_string_conversions.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h"
#include "webkit/renderer/cpp_variant.h"
« no previous file with comments | « webkit/renderer/compositor_bindings/web_layer_impl.cc ('k') | webkit/renderer/cpp_variant_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698