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