| Index: components/history/core/browser/android/android_urls_sql_handler.h
|
| diff --git a/components/history/core/android/android_urls_sql_handler.h b/components/history/core/browser/android/android_urls_sql_handler.h
|
| similarity index 73%
|
| rename from components/history/core/android/android_urls_sql_handler.h
|
| rename to components/history/core/browser/android/android_urls_sql_handler.h
|
| index 0835bad6dd4b6d5b07b4ce7441f8374d4b65564d..806f2cd9e12a7cf2e44c295a6384545894bad539 100644
|
| --- a/components/history/core/android/android_urls_sql_handler.h
|
| +++ b/components/history/core/browser/android/android_urls_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_ANDROID_URLS_SQL_HANDLER_H_
|
| -#define COMPONENTS_HISTORY_CORE_ANDROID_ANDROID_URLS_SQL_HANDLER_H_
|
| +#ifndef COMPONENTS_HISTORY_CORE_BROWSER_ANDROID_ANDROID_URLS_SQL_HANDLER_H_
|
| +#define COMPONENTS_HISTORY_CORE_BROWSER_ANDROID_ANDROID_URLS_SQL_HANDLER_H_
|
|
|
| -#include "components/history/core/android/sql_handler.h"
|
| +#include "components/history/core/browser/android/sql_handler.h"
|
|
|
| namespace history {
|
|
|
| @@ -32,4 +32,4 @@ class AndroidURLsSQLHandler : public SQLHandler {
|
|
|
| } // namespace history.
|
|
|
| -#endif // COMPONENTS_HISTORY_CORE_ANDROID_ANDROID_URLS_SQL_HANDLER_H_
|
| +#endif // COMPONENTS_HISTORY_CORE_BROWSER_ANDROID_ANDROID_URLS_SQL_HANDLER_H_
|
|
|