Index: components/google/core/browser/google_url_tracker_infobar_delegate.h |
diff --git a/chrome/browser/google/google_url_tracker_infobar_delegate.h b/components/google/core/browser/google_url_tracker_infobar_delegate.h |
similarity index 92% |
rename from chrome/browser/google/google_url_tracker_infobar_delegate.h |
rename to components/google/core/browser/google_url_tracker_infobar_delegate.h |
index 4905e1c8e82241d45d0de21746b1f7e2bb3f1f16..92da785d4bda004af029f0b487b1d33c2517ef9e 100644 |
--- a/chrome/browser/google/google_url_tracker_infobar_delegate.h |
+++ b/components/google/core/browser/google_url_tracker_infobar_delegate.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_INFOBAR_DELEGATE_H_ |
-#define CHROME_BROWSER_GOOGLE_GOOGLE_URL_TRACKER_INFOBAR_DELEGATE_H_ |
+#ifndef COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_URL_TRACKER_INFOBAR_DELEGATE_H_ |
+#define COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_URL_TRACKER_INFOBAR_DELEGATE_H_ |
#include "components/infobars/core/confirm_infobar_delegate.h" |
#include "url/gurl.h" |
@@ -80,4 +80,4 @@ class GoogleURLTrackerInfoBarDelegate : public ConfirmInfoBarDelegate { |
DISALLOW_COPY_AND_ASSIGN(GoogleURLTrackerInfoBarDelegate); |
}; |
-#endif // CHROME_BROWSER_GOOGLE_GOOGLE_URL_TRACKER_INFOBAR_DELEGATE_H_ |
+#endif // COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_URL_TRACKER_INFOBAR_DELEGATE_H_ |