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

Unified Diff: components/ntp_tiles/most_visited_sites.cc

Issue 1983063002: Move classes to //components/ntp_tiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: components/ntp_tiles/most_visited_sites.cc
diff --git a/chrome/browser/android/ntp/most_visited_sites.cc b/components/ntp_tiles/most_visited_sites.cc
similarity index 99%
rename from chrome/browser/android/ntp/most_visited_sites.cc
rename to components/ntp_tiles/most_visited_sites.cc
index 500904df97c1f03b6acbafd16aaa1163dfeda5a2..f54b324906470126e90cda393f23be6386968466 100644
--- a/chrome/browser/android/ntp/most_visited_sites.cc
+++ b/components/ntp_tiles/most_visited_sites.cc
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/android/ntp/most_visited_sites.h"
+#include "components/ntp_tiles/most_visited_sites.h"
+#include <algorithm>
+#include <set>
#include <utility>
#include "base/callback.h"

Powered by Google App Engine
This is Rietveld 408576698