diff options
Diffstat (limited to 'chrome/browser/android')
-rw-r--r-- | chrome/browser/android/most_visited_sites.h | 2 | ||||
-rw-r--r-- | chrome/browser/android/provider/chrome_browser_provider.cc | 2 | ||||
-rw-r--r-- | chrome/browser/android/provider/chrome_browser_provider.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/android/most_visited_sites.h b/chrome/browser/android/most_visited_sites.h index 4a24ad7..6609846 100644 --- a/chrome/browser/android/most_visited_sites.h +++ b/chrome/browser/android/most_visited_sites.h @@ -10,9 +10,9 @@ #include "base/android/scoped_java_ref.h" #include "base/compiler_specific.h" #include "base/memory/weak_ptr.h" -#include "chrome/browser/history/history_types.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/sync/profile_sync_service_observer.h" +#include "components/history/core/browser/history_types.h" #include "components/suggestions/proto/suggestions.pb.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" diff --git a/chrome/browser/android/provider/chrome_browser_provider.cc b/chrome/browser/android/provider/chrome_browser_provider.cc index b0d4ad0..6031f00 100644 --- a/chrome/browser/android/provider/chrome_browser_provider.cc +++ b/chrome/browser/android/provider/chrome_browser_provider.cc @@ -26,7 +26,6 @@ #include "chrome/browser/chrome_notification_types.h" #include "chrome/browser/favicon/favicon_service.h" #include "chrome/browser/favicon/favicon_service_factory.h" -#include "chrome/browser/history/android/android_history_types.h" #include "chrome/browser/history/android/sqlite_cursor.h" #include "chrome/browser/history/top_sites.h" #include "chrome/browser/profiles/profile.h" @@ -34,6 +33,7 @@ #include "chrome/browser/search_engines/template_url_service_factory.h" #include "components/bookmarks/browser/bookmark_model.h" #include "components/bookmarks/browser/bookmark_utils.h" +#include "components/history/core/android/android_history_types.h" #include "components/search_engines/template_url.h" #include "components/search_engines/template_url_service.h" #include "content/public/browser/browser_thread.h" diff --git a/chrome/browser/android/provider/chrome_browser_provider.h b/chrome/browser/android/provider/chrome_browser_provider.h index e8d7320..bb430e0 100644 --- a/chrome/browser/android/provider/chrome_browser_provider.h +++ b/chrome/browser/android/provider/chrome_browser_provider.h @@ -10,8 +10,8 @@ #include "base/memory/scoped_ptr.h" #include "base/synchronization/waitable_event.h" #include "base/task/cancelable_task_tracker.h" -#include "chrome/browser/history/android/android_history_types.h" #include "components/bookmarks/browser/base_bookmark_model_observer.h" +#include "components/history/core/android/android_history_types.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" |