| Index: components/history/core/browser/top_sites_database.h
|
| diff --git a/chrome/browser/history/top_sites_database.h b/components/history/core/browser/top_sites_database.h
|
| similarity index 95%
|
| rename from chrome/browser/history/top_sites_database.h
|
| rename to components/history/core/browser/top_sites_database.h
|
| index 0a86936e92921a4d5498bc193addaa3dff5b9c40..cdd7ff06f84c53b274d186664aecc933892b4bf5 100644
|
| --- a/chrome/browser/history/top_sites_database.h
|
| +++ b/components/history/core/browser/top_sites_database.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_TOP_SITES_DATABASE_H_
|
| -#define CHROME_BROWSER_HISTORY_TOP_SITES_DATABASE_H_
|
| +#ifndef COMPONENTS_HISTORY_CORE_BROWSER_TOP_SITES_DATABASE_H_
|
| +#define COMPONENTS_HISTORY_CORE_BROWSER_TOP_SITES_DATABASE_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -107,4 +107,4 @@ class TopSitesDatabase {
|
|
|
| } // namespace history
|
|
|
| -#endif // CHROME_BROWSER_HISTORY_TOP_SITES_DATABASE_H_
|
| +#endif // COMPONENTS_HISTORY_CORE_BROWSER_TOP_SITES_DATABASE_H_
|
|
|