Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(441)

Unified Diff: components/ntp_tiles/most_visited_sites.h

Issue 1983063002: Move classes to //components/ntp_tiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/ntp_tiles/DEPS ('k') | components/ntp_tiles/most_visited_sites.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/most_visited_sites.h
diff --git a/chrome/browser/android/ntp/most_visited_sites.h b/components/ntp_tiles/most_visited_sites.h
similarity index 97%
rename from chrome/browser/android/ntp/most_visited_sites.h
rename to components/ntp_tiles/most_visited_sites.h
index ff747f25690909b145993710f4a9a8ed2d91eec7..18e3d6fe1748db20468264f8ba4097c5f65e6502 100644
--- a/chrome/browser/android/ntp/most_visited_sites.h
+++ b/components/ntp_tiles/most_visited_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_MOST_VISITED_SITES_H_
-#define CHROME_BROWSER_ANDROID_NTP_MOST_VISITED_SITES_H_
+#ifndef COMPONENTS_NTP_TILES_MOST_VISITED_SITES_H_
+#define COMPONENTS_NTP_TILES_MOST_VISITED_SITES_H_
#include <stddef.h>
@@ -16,9 +16,9 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "base/scoped_observer.h"
-#include "chrome/browser/android/ntp/popular_sites.h"
#include "components/history/core/browser/history_types.h"
#include "components/history/core/browser/top_sites_observer.h"
+#include "components/ntp_tiles/popular_sites.h"
#include "components/suggestions/proto/suggestions.pb.h"
#include "components/suggestions/suggestions_service.h"
#include "url/gurl.h"
@@ -286,4 +286,4 @@ class MostVisitedSites : public history::TopSitesObserver,
DISALLOW_COPY_AND_ASSIGN(MostVisitedSites);
};
-#endif // CHROME_BROWSER_ANDROID_NTP_MOST_VISITED_SITES_H_
+#endif // COMPONENTS_NTP_TILES_MOST_VISITED_SITES_H_
« no previous file with comments | « components/ntp_tiles/DEPS ('k') | components/ntp_tiles/most_visited_sites.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698