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" |