From 761fa4704b79bb85722cef092c6a8c7f0ff55287 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Tue, 2 Jul 2013 15:25:15 +0000 Subject: chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1 BUG=229660 TBR=darin@chromium.org Review URL: https://chromiumcodereview.appspot.com/18054023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209705 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/geolocation/chrome_access_token_store.cc | 2 +- chrome/browser/geolocation/geolocation_infobar_delegate.h | 6 +++--- chrome/browser/geolocation/geolocation_settings_state.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'chrome/browser/geolocation') diff --git a/chrome/browser/geolocation/chrome_access_token_store.cc b/chrome/browser/geolocation/chrome_access_token_store.cc index 9bf2b9f..cefb644 100644 --- a/chrome/browser/geolocation/chrome_access_token_store.cc +++ b/chrome/browser/geolocation/chrome_access_token_store.cc @@ -14,7 +14,7 @@ #include "chrome/browser/prefs/scoped_user_pref_update.h" #include "chrome/common/pref_names.h" #include "content/public/browser/browser_thread.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" using content::AccessTokenStore; using content::BrowserThread; diff --git a/chrome/browser/geolocation/geolocation_infobar_delegate.h b/chrome/browser/geolocation/geolocation_infobar_delegate.h index 64e2f2b..d149836 100644 --- a/chrome/browser/geolocation/geolocation_infobar_delegate.h +++ b/chrome/browser/geolocation/geolocation_infobar_delegate.h @@ -5,11 +5,11 @@ #ifndef CHROME_BROWSER_GEOLOCATION_GEOLOCATION_INFOBAR_DELEGATE_H_ #define CHROME_BROWSER_GEOLOCATION_GEOLOCATION_INFOBAR_DELEGATE_H_ +#include + #include "chrome/browser/geolocation/geolocation_permission_request_id.h" #include "chrome/browser/infobars/confirm_infobar_delegate.h" -#include "googleurl/src/gurl.h" - -#include +#include "url/gurl.h" class GeolocationInfoBarQueueController; class InfoBarService; diff --git a/chrome/browser/geolocation/geolocation_settings_state.h b/chrome/browser/geolocation/geolocation_settings_state.h index e9276264..c5f9948 100644 --- a/chrome/browser/geolocation/geolocation_settings_state.h +++ b/chrome/browser/geolocation/geolocation_settings_state.h @@ -9,7 +9,7 @@ #include #include "chrome/common/content_settings.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" class Profile; -- cgit v1.1