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

Unified Diff: components/google/core/browser/google_url_tracker_navigation_helper.h

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_navigation_helper.h
diff --git a/chrome/browser/google/google_url_tracker_navigation_helper.h b/components/google/core/browser/google_url_tracker_navigation_helper.h
similarity index 87%
rename from chrome/browser/google/google_url_tracker_navigation_helper.h
rename to components/google/core/browser/google_url_tracker_navigation_helper.h
index 98b8b3a7bfe9d9b799e0f36bd3d796991e007da9..7235f5e9a630b349d688a81430777e86285c6603 100644
--- a/chrome/browser/google/google_url_tracker_navigation_helper.h
+++ b/components/google/core/browser/google_url_tracker_navigation_helper.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_GOOGLE_GOOGLE_URL_TRACKER_NAVIGATION_HELPER_H_
-#define CHROME_BROWSER_GOOGLE_GOOGLE_URL_TRACKER_NAVIGATION_HELPER_H_
+#ifndef COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_URL_TRACKER_NAVIGATION_HELPER_H_
+#define COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_URL_TRACKER_NAVIGATION_HELPER_H_
#include "base/macros.h"
#include "ui/base/window_open_disposition.h"
@@ -51,4 +51,4 @@ class GoogleURLTrackerNavigationHelper {
DISALLOW_COPY_AND_ASSIGN(GoogleURLTrackerNavigationHelper);
};
-#endif // CHROME_BROWSER_GOOGLE_GOOGLE_URL_TRACKER_NAVIGATION_HELPER_H_
+#endif // COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_URL_TRACKER_NAVIGATION_HELPER_H_

Powered by Google App Engine
This is Rietveld 408576698