| Index: components/ntp_tiles/popular_sites.h
|
| diff --git a/chrome/browser/android/ntp/popular_sites.h b/components/ntp_tiles/popular_sites.h
|
| similarity index 93%
|
| copy from chrome/browser/android/ntp/popular_sites.h
|
| copy to components/ntp_tiles/popular_sites.h
|
| index 254b4a534d9de290575905ec85e649a0fa8f1eec..bf1b0037e822b484f5259c284049d5a451148e46 100644
|
| --- a/chrome/browser/android/ntp/popular_sites.h
|
| +++ b/components/ntp_tiles/popular_sites.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_ANDROID_NTP_POPULAR_SITES_H_
|
| -#define CHROME_BROWSER_ANDROID_NTP_POPULAR_SITES_H_
|
| +#ifndef COMPONENTS_NTP_TILES_POPULAR_SITES_H_
|
| +#define COMPONENTS_NTP_TILES_POPULAR_SITES_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -32,15 +32,6 @@ class VariationsService;
|
| class PrefService;
|
| class TemplateURLService;
|
|
|
| -// TODO(sfiera): move to chrome_popular_sites.h
|
| -class ChromePopularSites {
|
| - public:
|
| - static base::FilePath GetDirectory();
|
| -
|
| - private:
|
| - DISALLOW_IMPLICIT_CONSTRUCTORS(ChromePopularSites);
|
| -};
|
| -
|
| // Downloads and provides a list of suggested popular sites, for display on
|
| // the NTP when there are not enough personalized suggestions. Caches the
|
| // downloaded file on disk to avoid re-downloading on every startup.
|
| @@ -157,4 +148,4 @@ class PopularSites : public net::URLFetcherDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(PopularSites);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_ANDROID_NTP_POPULAR_SITES_H_
|
| +#endif // COMPONENTS_NTP_TILES_POPULAR_SITES_H_
|
|
|