| Index: components/history/core/browser/android/sql_handler.h
|
| diff --git a/components/history/core/android/sql_handler.h b/components/history/core/browser/android/sql_handler.h
|
| similarity index 90%
|
| rename from components/history/core/android/sql_handler.h
|
| rename to components/history/core/browser/android/sql_handler.h
|
| index f7a66cf65318cf7329051f14f2e8d7bd67dba223..6f12405266aa2188b03102ae2998e60618414d9c 100644
|
| --- a/components/history/core/android/sql_handler.h
|
| +++ b/components/history/core/browser/android/sql_handler.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_HISTORY_CORE_ANDROID_SQL_HANDLER_H_
|
| -#define COMPONENTS_HISTORY_CORE_ANDROID_SQL_HANDLER_H_
|
| +#ifndef COMPONENTS_HISTORY_CORE_BROWSER_ANDROID_SQL_HANDLER_H_
|
| +#define COMPONENTS_HISTORY_CORE_BROWSER_ANDROID_SQL_HANDLER_H_
|
|
|
| -#include "components/history/core/android/android_history_types.h"
|
| +#include "components/history/core/browser/android/android_history_types.h"
|
|
|
| namespace history {
|
|
|
| @@ -72,4 +72,4 @@ class SQLHandler {
|
|
|
| } // namespace history.
|
|
|
| -#endif // COMPONENTS_HISTORY_CORE_ANDROID_SQL_HANDLER_H_
|
| +#endif // COMPONENTS_HISTORY_CORE_BROWSER_ANDROID_SQL_HANDLER_H_
|
|
|