| Index: components/history/core/browser/page_usage_data.cc
|
| diff --git a/chrome/browser/history/page_usage_data.cc b/components/history/core/browser/page_usage_data.cc
|
| similarity index 88%
|
| rename from chrome/browser/history/page_usage_data.cc
|
| rename to components/history/core/browser/page_usage_data.cc
|
| index e77740850748e6d81a06c4b1d85b3b29d21b470b..e240ff96bec1aba3c43c82e5db87cccbf5672173 100644
|
| --- a/chrome/browser/history/page_usage_data.cc
|
| +++ b/components/history/core/browser/page_usage_data.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 "chrome/browser/history/page_usage_data.h"
|
| +#include "components/history/core/browser/page_usage_data.h"
|
|
|
| #include <algorithm>
|
|
|
|
|