| 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"
|
|
|