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

Unified Diff: android_webview/native/aw_settings.cc

Issue 186883002: Move user_agent code from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: android_webview/native/aw_settings.cc
diff --git a/android_webview/native/aw_settings.cc b/android_webview/native/aw_settings.cc
index 92bfbadc22e5a5a3974392361b6b58a4c9472fe7..5c009fc44ab987aa6cac266a0f76146af76a874a 100644
--- a/android_webview/native/aw_settings.cc
+++ b/android_webview/native/aw_settings.cc
@@ -16,8 +16,8 @@
#include "content/public/browser/web_contents.h"
#include "content/public/common/content_client.h"
#include "content/public/common/content_switches.h"
+#include "content/public/common/user_agent.h"
#include "jni/AwSettings_jni.h"
-#include "webkit/common/user_agent/user_agent.h"
#include "webkit/common/webpreferences.h"
using base::android::ConvertJavaStringToUTF16;

Powered by Google App Engine
This is Rietveld 408576698