| Index: components/history/core/browser/android/favicon_sql_handler.h
|
| diff --git a/components/history/core/android/favicon_sql_handler.h b/components/history/core/browser/android/favicon_sql_handler.h
|
| similarity index 78%
|
| rename from components/history/core/android/favicon_sql_handler.h
|
| rename to components/history/core/browser/android/favicon_sql_handler.h
|
| index df81abacb3658b3f232432d4a2a5ed8369cb82d7..fbcd66d625ddba9e0cc495d11ea81a77b31c1be1 100644
|
| --- a/components/history/core/android/favicon_sql_handler.h
|
| +++ b/components/history/core/browser/android/favicon_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_FAVICON_SQL_HANDLER_H_
|
| -#define COMPONENTS_HISTORY_CORE_ANDROID_FAVICON_SQL_HANDLER_H_
|
| +#ifndef COMPONENTS_HISTORY_CORE_BROWSER_ANDROID_FAVICON_SQL_HANDLER_H_
|
| +#define COMPONENTS_HISTORY_CORE_BROWSER_ANDROID_FAVICON_SQL_HANDLER_H_
|
|
|
| -#include "components/history/core/android/sql_handler.h"
|
| +#include "components/history/core/browser/android/sql_handler.h"
|
|
|
| namespace history {
|
|
|
| @@ -35,4 +35,4 @@ class FaviconSQLHandler : public SQLHandler {
|
|
|
| } // namespace history.
|
|
|
| -#endif // COMPONENTS_HISTORY_CORE_ANDROID_FAVICON_SQL_HANDLER_H_
|
| +#endif // COMPONENTS_HISTORY_CORE_BROWSER_ANDROID_FAVICON_SQL_HANDLER_H_
|
|
|