| 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 60ed1e3bf5d5a7c398a76b08ca9f0facd9945c9d..454a6dffe7ba2b567e5b4d04370febee0a6ff311 100644
|
| --- a/chrome/browser/history/android/android_provider_backend.cc
|
| +++ b/chrome/browser/history/android/android_provider_backend.cc
|
| @@ -5,8 +5,7 @@
|
| #include "chrome/browser/history/android/android_provider_backend.h"
|
|
|
| #include "base/i18n/case_conversion.h"
|
| -#include "chrome/browser/bookmarks/bookmark_service.h"
|
| -#include "chrome/common/chrome_notification_types.h"
|
| +#include "chrome/browser/api/bookmarks/bookmark_service.h"
|
| #include "chrome/browser/history/android/android_time.h"
|
| #include "chrome/browser/history/android/android_urls_sql_handler.h"
|
| #include "chrome/browser/history/android/bookmark_model_sql_handler.h"
|
| @@ -16,6 +15,7 @@
|
| #include "chrome/browser/history/history_backend.h"
|
| #include "chrome/browser/history/history_database.h"
|
| #include "chrome/browser/history/thumbnail_database.h"
|
| +#include "chrome/common/chrome_notification_types.h"
|
| #include "content/public/common/page_transition_types.h"
|
| #include "sql/connection.h"
|
|
|
|
|