Chromium Code Reviews| Index: chrome/browser/engagement/important_sites_util.cc |
| diff --git a/chrome/browser/android/preferences/important_sites_util.cc b/chrome/browser/engagement/important_sites_util.cc |
| similarity index 99% |
| rename from chrome/browser/android/preferences/important_sites_util.cc |
| rename to chrome/browser/engagement/important_sites_util.cc |
| index 85103067b8dfdb2f1828cbd70a071ff36b7cafbc..88f9a9cc94e621676a04d2a17213094ddc3d5464 100644 |
| --- a/chrome/browser/android/preferences/important_sites_util.cc |
| +++ b/chrome/browser/engagement/important_sites_util.cc |
| @@ -2,8 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "chrome/browser/android/preferences/important_sites_util.h" |
| - |
| +#include <chrome/browser/engagement/important_sites_util.h> |
|
michaeln
2016/10/05 23:27:45
is there a reason to use <>'s, if no please use ""
dmurph
2016/10/06 01:01:59
Done.
|
| #include <algorithm> |
| #include <map> |
| #include <memory> |