Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: components/google/core/browser/google_url_tracker_map_entry.cc

Issue 316203003: Componentize GoogleURLTracker(InfoBarDelegate,MapEntry,NavHelper) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698