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

Unified Diff: chrome/browser/android/voice_search_tab_helper.cc

Issue 357203003: Move webpreferences.* from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 6 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
Index: chrome/browser/android/voice_search_tab_helper.cc
diff --git a/chrome/browser/android/voice_search_tab_helper.cc b/chrome/browser/android/voice_search_tab_helper.cc
index f76b85d799fe9cbcf0bab35302f25c8051942452..a8ccb741774d319cd8422a5537850a4a156236f7 100644
--- a/chrome/browser/android/voice_search_tab_helper.cc
+++ b/chrome/browser/android/voice_search_tab_helper.cc
@@ -7,10 +7,11 @@
#include "components/google/core/browser/google_util.h"
#include "content/public/browser/render_view_host.h"
#include "content/public/browser/web_contents.h"
+#include "content/public/common/web_preferences.h"
#include "jni/VoiceSearchTabHelper_jni.h"
-#include "webkit/common/webpreferences.h"
using content::WebContents;
+using content::WebPreferences;
boliu 2014/07/03 00:17:35 ditto about using it only once
tfarina 2014/07/03 00:50:14 Done.
// Register native methods
bool RegisterVoiceSearchTabHelper(JNIEnv* env) {

Powered by Google App Engine
This is Rietveld 408576698