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

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: Created 4 years, 7 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
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 8416b4b8959eb02290d4dede25f79ad2b4b673a8..9b7c05d7bdbd309882bf9966795edcdd70843680 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"
@@ -299,4 +299,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_

Powered by Google App Engine
This is Rietveld 408576698