| Index: chrome/browser/history/android/android_provider_backend.h
|
| diff --git a/chrome/browser/history/android/android_provider_backend.h b/chrome/browser/history/android/android_provider_backend.h
|
| index 722abfaa0de8e721ef5619ec8da3b8b0b7749f5d..20a5e6809d4e42b740fd20930c68eced80d6e24d 100644
|
| --- a/chrome/browser/history/android/android_provider_backend.h
|
| +++ b/chrome/browser/history/android/android_provider_backend.h
|
| @@ -15,9 +15,9 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "chrome/browser/history/history_notifications.h"
|
| -#include "components/history/core/android/android_cache_database.h"
|
| -#include "components/history/core/android/android_history_types.h"
|
| -#include "components/history/core/android/sql_handler.h"
|
| +#include "components/history/core/browser/android/android_cache_database.h"
|
| +#include "components/history/core/browser/android/android_history_types.h"
|
| +#include "components/history/core/browser/android/sql_handler.h"
|
| #include "sql/statement.h"
|
| #include "sql/transaction.h"
|
|
|
|
|