| Index: components/history/core/android/urls_sql_handler.h
|
| diff --git a/chrome/browser/history/android/urls_sql_handler.h b/components/history/core/android/urls_sql_handler.h
|
| similarity index 82%
|
| rename from chrome/browser/history/android/urls_sql_handler.h
|
| rename to components/history/core/android/urls_sql_handler.h
|
| index f3df1473dfdcdba316cb912800f123e978d587e5..8902c3220585617a647dd9ad073e018644ea545f 100644
|
| --- a/chrome/browser/history/android/urls_sql_handler.h
|
| +++ b/components/history/core/android/urls_sql_handler.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_HISTORY_ANDROID_URLS_SQL_HANDLER_H_
|
| -#define CHROME_BROWSER_HISTORY_ANDROID_URLS_SQL_HANDLER_H_
|
| +#ifndef COMPONENTS_HISTORY_CORE_ANDROID_URLS_SQL_HANDLER_H_
|
| +#define COMPONENTS_HISTORY_CORE_ANDROID_URLS_SQL_HANDLER_H_
|
|
|
| #include "components/history/core/android/sql_handler.h"
|
|
|
| @@ -31,4 +31,4 @@ class UrlsSQLHandler : public SQLHandler {
|
|
|
| } // namespace history.
|
|
|
| -#endif // CHROME_BROWSER_HISTORY_ANDROID_URLS_SQL_HANDLER_H_
|
| +#endif // COMPONENTS_HISTORY_CORE_ANDROID_URLS_SQL_HANDLER_H_
|
|
|