| 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 a8766c018233696536b596a16cb70d6046b9878f..476305c639d643d5a0c5ed17633c06606adb3506 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"
|
|
|