| Index: components/history/core/browser/expire_history_backend.h
|
| diff --git a/chrome/browser/history/expire_history_backend.h b/components/history/core/browser/expire_history_backend.h
|
| similarity index 98%
|
| rename from chrome/browser/history/expire_history_backend.h
|
| rename to components/history/core/browser/expire_history_backend.h
|
| index 797596676f37e11578971adcad611d9b9a9af84a..ac70314a9791e052c90526cf94950580a98cf554 100644
|
| --- a/chrome/browser/history/expire_history_backend.h
|
| +++ b/components/history/core/browser/expire_history_backend.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_EXPIRE_HISTORY_BACKEND_H_
|
| -#define CHROME_BROWSER_HISTORY_EXPIRE_HISTORY_BACKEND_H_
|
| +#ifndef COMPONENTS_HISTORY_CORE_BROWSER_EXPIRE_HISTORY_BACKEND_H_
|
| +#define COMPONENTS_HISTORY_CORE_BROWSER_EXPIRE_HISTORY_BACKEND_H_
|
|
|
| #include <queue>
|
| #include <set>
|
| @@ -268,4 +268,4 @@ class ExpireHistoryBackend {
|
|
|
| } // namespace history
|
|
|
| -#endif // CHROME_BROWSER_HISTORY_EXPIRE_HISTORY_BACKEND_H_
|
| +#endif // COMPONENTS_HISTORY_CORE_BROWSER_EXPIRE_HISTORY_BACKEND_H_
|
|
|