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

Unified Diff: chrome/browser/android/search_geolocation/search_geolocation_disclosure_infobar_delegate.h

Issue 2611583002: Move files for search geolocation into their own folder. (Closed)
Patch Set: Rebase Created 3 years, 11 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: chrome/browser/android/search_geolocation/search_geolocation_disclosure_infobar_delegate.h
diff --git a/chrome/browser/android/search_geolocation_disclosure_infobar_delegate.h b/chrome/browser/android/search_geolocation/search_geolocation_disclosure_infobar_delegate.h
similarity index 88%
rename from chrome/browser/android/search_geolocation_disclosure_infobar_delegate.h
rename to chrome/browser/android/search_geolocation/search_geolocation_disclosure_infobar_delegate.h
index e3a9cb060e46f7528b52d206e6779ac6b8e7b1ee..61a998bedb9546169ff247e6be949adfdac3140c 100644
--- a/chrome/browser/android/search_geolocation_disclosure_infobar_delegate.h
+++ b/chrome/browser/android/search_geolocation/search_geolocation_disclosure_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_ANDROID_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_DELEGATE_H_
-#define CHROME_BROWSER_ANDROID_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_DELEGATE_H_
+#ifndef CHROME_BROWSER_ANDROID_SEARCH_GEOLOCATION_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_DELEGATE_H_
+#define CHROME_BROWSER_ANDROID_SEARCH_GEOLOCATION_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_DELEGATE_H_
#include <stddef.h>
@@ -86,4 +86,4 @@ class SearchGeolocationDisclosureInfoBarDelegate
DISALLOW_COPY_AND_ASSIGN(SearchGeolocationDisclosureInfoBarDelegate);
};
-#endif // CHROME_BROWSER_ANDROID_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_DELEGATE_H_
+#endif // CHROME_BROWSER_ANDROID_SEARCH_GEOLOCATION_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698