| Index: chrome/browser/android/offline_pages/prefetch/suggested_articles_observer.h
|
| diff --git a/components/offline_pages/content/suggested_articles_observer.h b/chrome/browser/android/offline_pages/prefetch/suggested_articles_observer.h
|
| similarity index 91%
|
| rename from components/offline_pages/content/suggested_articles_observer.h
|
| rename to chrome/browser/android/offline_pages/prefetch/suggested_articles_observer.h
|
| index b8e25d136a77e76ab693e89d54fc64970a3f3073..71525e3c70d6d89b1537e62667f9dd4f133f78d7 100644
|
| --- a/components/offline_pages/content/suggested_articles_observer.h
|
| +++ b/chrome/browser/android/offline_pages/prefetch/suggested_articles_observer.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 COMPONENTS_OFFLINE_PAGES_CONTENT_SUGGESTED_ARTICLES_OBSERVER_H_
|
| -#define COMPONENTS_OFFLINE_PAGES_CONTENT_SUGGESTED_ARTICLES_OBSERVER_H_
|
| +#ifndef CHROME_BROWSER_ANDROID_OFFLINE_PAGES_PREFETCH_SUGGESTED_ARTICLES_OBSERVER_H_
|
| +#define CHROME_BROWSER_ANDROID_OFFLINE_PAGES_PREFETCH_SUGGESTED_ARTICLES_OBSERVER_H_
|
|
|
| #include <memory>
|
|
|
| @@ -77,4 +77,4 @@ class SuggestedArticlesObserver
|
|
|
| } // namespace offline_pages
|
|
|
| -#endif // COMPONENTS_OFFLINE_PAGES_CONTENT_SUGGESTED_ARTICLES_OBSERVER_H_
|
| +#endif // CHROME_BROWSER_ANDROID_OFFLINE_PAGES_PREFETCH_SUGGESTED_ARTICLES_OBSERVER_H_
|
|
|