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

Unified Diff: chrome/browser/history/android/android_provider_backend.cc

Issue 849323002: Componentize HistoryDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android compilation Created 5 years, 11 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/history/android/android_provider_backend.cc
diff --git a/chrome/browser/history/android/android_provider_backend.cc b/chrome/browser/history/android/android_provider_backend.cc
index 0563d8d4f28192522881141fc21972082c5fcdba..beecfe3918f77c4db4c3e5559f0b2efbe3316ff7 100644
--- a/chrome/browser/history/android/android_provider_backend.cc
+++ b/chrome/browser/history/android/android_provider_backend.cc
@@ -8,14 +8,14 @@
#include "chrome/browser/chrome_notification_types.h"
#include "chrome/browser/history/android/bookmark_model_sql_handler.h"
#include "chrome/browser/history/history_backend.h"
-#include "chrome/browser/history/history_database.h"
-#include "components/history/core/android/android_time.h"
-#include "components/history/core/android/android_urls_sql_handler.h"
-#include "components/history/core/android/favicon_sql_handler.h"
-#include "components/history/core/android/urls_sql_handler.h"
-#include "components/history/core/android/visit_sql_handler.h"
+#include "components/history/core/browser/android/android_time.h"
+#include "components/history/core/browser/android/android_urls_sql_handler.h"
+#include "components/history/core/browser/android/favicon_sql_handler.h"
+#include "components/history/core/browser/android/urls_sql_handler.h"
+#include "components/history/core/browser/android/visit_sql_handler.h"
#include "components/history/core/browser/history_backend_notifier.h"
#include "components/history/core/browser/history_client.h"
+#include "components/history/core/browser/history_database.h"
#include "components/history/core/browser/keyword_search_term.h"
#include "components/history/core/browser/thumbnail_database.h"
#include "sql/connection.h"

Powered by Google App Engine
This is Rietveld 408576698