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

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

Issue 813503003: Move files from chrome/browser/history to components/history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@favicon-owners
Patch Set: 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 e6f6652c1168c8662e4108b7ebf20924d6f22475..0563d8d4f28192522881141fc21972082c5fcdba 100644
--- a/chrome/browser/history/android/android_provider_backend.cc
+++ b/chrome/browser/history/android/android_provider_backend.cc
@@ -6,14 +6,14 @@
#include "base/i18n/case_conversion.h"
#include "chrome/browser/chrome_notification_types.h"
-#include "chrome/browser/history/android/android_urls_sql_handler.h"
#include "chrome/browser/history/android/bookmark_model_sql_handler.h"
-#include "chrome/browser/history/android/urls_sql_handler.h"
-#include "chrome/browser/history/android/visit_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/history_backend_notifier.h"
#include "components/history/core/browser/history_client.h"
#include "components/history/core/browser/keyword_search_term.h"

Powered by Google App Engine
This is Rietveld 408576698