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

Unified Diff: webkit/common/user_agent/user_agent_util.cc

Issue 16434010: Use a direct include of strings headers in webkit/, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/common/user_agent/user_agent.cc ('k') | webkit/common/user_agent/user_agent_util_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/user_agent/user_agent_util.cc
diff --git a/webkit/common/user_agent/user_agent_util.cc b/webkit/common/user_agent/user_agent_util.cc
index 98615ea9966faf57664834d443b0cf45551419e4..7655d6963d4f647c57ed91abcda9de86cfa066e8 100644
--- a/webkit/common/user_agent/user_agent_util.cc
+++ b/webkit/common/user_agent/user_agent_util.cc
@@ -9,8 +9,8 @@
#endif
#include "base/lazy_instance.h"
-#include "base/string_util.h"
-#include "base/stringprintf.h"
+#include "base/strings/string_util.h"
+#include "base/strings/stringprintf.h"
#include "base/sys_info.h"
#if defined(OS_WIN)
« no previous file with comments | « webkit/common/user_agent/user_agent.cc ('k') | webkit/common/user_agent/user_agent_util_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698