| Index: components/google/core/browser/google_url_tracker_map_entry.cc
|
| diff --git a/chrome/browser/google/google_url_tracker_map_entry.cc b/components/google/core/browser/google_url_tracker_map_entry.cc
|
| similarity index 92%
|
| rename from chrome/browser/google/google_url_tracker_map_entry.cc
|
| rename to components/google/core/browser/google_url_tracker_map_entry.cc
|
| index f994f299297abb5b4fecf64366fa6f0b5965f685..03177b059efce91090e206ef61b79c8e85df372b 100644
|
| --- a/chrome/browser/google/google_url_tracker_map_entry.cc
|
| +++ b/components/google/core/browser/google_url_tracker_map_entry.cc
|
| @@ -2,10 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/google/google_url_tracker_map_entry.h"
|
| +#include "components/google/core/browser/google_url_tracker_map_entry.h"
|
|
|
| -#include "chrome/browser/chrome_notification_types.h"
|
| -#include "chrome/browser/google/google_url_tracker.h"
|
| +#include "components/google/core/browser/google_url_tracker.h"
|
| #include "components/infobars/core/infobar.h"
|
|
|
| GoogleURLTrackerMapEntry::GoogleURLTrackerMapEntry(
|
|
|