| Index: components/ntp_tiles/popular_sites_impl.cc | 
| diff --git a/components/ntp_tiles/popular_sites.cc b/components/ntp_tiles/popular_sites_impl.cc | 
| similarity index 99% | 
| rename from components/ntp_tiles/popular_sites.cc | 
| rename to components/ntp_tiles/popular_sites_impl.cc | 
| index 0917a14a47768709519b10820c0909154abcb20c..9da17a3d2ebf6374cec5cf3082af87d13017203e 100644 | 
| --- a/components/ntp_tiles/popular_sites.cc | 
| +++ b/components/ntp_tiles/popular_sites_impl.cc | 
| @@ -2,7 +2,7 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#include "components/ntp_tiles/popular_sites.h" | 
| +#include "components/ntp_tiles/popular_sites_impl.h" | 
|  | 
| #include <stddef.h> | 
|  | 
|  |