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

Unified Diff: webkit/user_agent/user_agent_util_ios.mm

Issue 13322003: Update the remaining references to sys_string_conversions.h to its new location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
Index: webkit/user_agent/user_agent_util_ios.mm
diff --git a/webkit/user_agent/user_agent_util_ios.mm b/webkit/user_agent/user_agent_util_ios.mm
index 234b2216d7959e241a90b97c7391026a1d82ff02..99a2d242dc3eeb3927da719b034bf6c44872fcb0 100644
--- a/webkit/user_agent/user_agent_util_ios.mm
+++ b/webkit/user_agent/user_agent_util_ios.mm
@@ -6,14 +6,14 @@
#import <UIKit/UIKit.h>
-#include <string>
#include <sys/sysctl.h>
+#include <string>
#include "base/memory/scoped_nsobject.h"
-#include "base/stringprintf.h"
#include "base/string_util.h"
+#include "base/stringprintf.h"
+#include "base/strings/sys_string_conversions.h"
#include "base/sys_info.h"
-#include "base/sys_string_conversions.h"
namespace {
« webkit/fileapi/file_system_util.cc ('K') | « webkit/tools/test_shell/test_webview_delegate_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698