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

Unified Diff: chrome/android/shell/chrome_main_delegate_chrome_shell_android.cc

Issue 355853002: Componentize TemplateURLPrepopulateData, DefaultSearchManager and DefaultSearchPolicyHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missing comma in gyp 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/android/shell/chrome_main_delegate_chrome_shell_android.cc
diff --git a/chrome/android/shell/chrome_main_delegate_chrome_shell_android.cc b/chrome/android/shell/chrome_main_delegate_chrome_shell_android.cc
index d836bdde77babd2f9e8ef5ea07a34e9cc1424675..6e9b7c3a1177fd0ebef32b0775cce7d222fbaaae 100644
--- a/chrome/android/shell/chrome_main_delegate_chrome_shell_android.cc
+++ b/chrome/android/shell/chrome_main_delegate_chrome_shell_android.cc
@@ -6,7 +6,7 @@
#include "base/android/jni_android.h"
#include "base/android/jni_registrar.h"
-#include "chrome/browser/search_engines/template_url_prepopulate_data.h"
+#include "components/search_engines/template_url_prepopulate_data.h"
static const char kDefaultCountryCode[] = "US";

Powered by Google App Engine
This is Rietveld 408576698