| Index: chrome/browser/browsing_data/browsing_data_counter_utils.h
|
| diff --git a/chrome/browser/browsing_data/browsing_data_counter_utils.h b/chrome/browser/browsing_data/browsing_data_counter_utils.h
|
| index 3eec05a43ed1862c69b59fb94fb7ec8b66a7e583..759c587c0fb7491a2d598f0462bb3b8d14a376e0 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_counter_utils.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_counter_utils.h
|
| @@ -6,8 +6,8 @@
|
| #define CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_COUNTER_UTILS_H_
|
|
|
| #include "base/strings/string16.h"
|
| -#include "components/browsing_data/browsing_data_utils.h"
|
| -#include "components/browsing_data/counters/browsing_data_counter.h"
|
| +#include "components/browsing_data/core/browsing_data_utils.h"
|
| +#include "components/browsing_data/core/counters/browsing_data_counter.h"
|
|
|
| class Profile;
|
|
|
|
|