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

Unified Diff: chrome/chrome_browser.gypi

Issue 11785030: GeolocationConfirmInfoBarDelegate* -> GeolocationInfoBarDelegate*, for consistency with other infob… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 8 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
« no previous file with comments | « chrome/browser/geolocation/geolocation_infobar_queue_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 194422)
+++ chrome/chrome_browser.gypi (working copy)
@@ -542,10 +542,10 @@
'browser/geolocation/chrome_geolocation_permission_context_android.h',
'browser/geolocation/chrome_geolocation_permission_context_factory.cc',
'browser/geolocation/chrome_geolocation_permission_context_factory.h',
- 'browser/geolocation/geolocation_confirm_infobar_delegate.cc',
- 'browser/geolocation/geolocation_confirm_infobar_delegate.h',
- 'browser/geolocation/geolocation_confirm_infobar_delegate_android.cc',
- 'browser/geolocation/geolocation_confirm_infobar_delegate_android.h',
+ 'browser/geolocation/geolocation_infobar_delegate.cc',
+ 'browser/geolocation/geolocation_infobar_delegate.h',
+ 'browser/geolocation/geolocation_infobar_delegate_android.cc',
+ 'browser/geolocation/geolocation_infobar_delegate_android.h',
'browser/geolocation/geolocation_infobar_queue_controller.cc',
'browser/geolocation/geolocation_infobar_queue_controller.h',
'browser/geolocation/geolocation_permission_request_id.cc',
« no previous file with comments | « chrome/browser/geolocation/geolocation_infobar_queue_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698