diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-02 15:25:15 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-02 15:25:15 +0000 |
commit | 761fa4704b79bb85722cef092c6a8c7f0ff55287 (patch) | |
tree | fee30920cad1d7c0828f602e6d311900ad323abd /chrome/browser/profiles/profile_downloader.h | |
parent | 896ff9b6181832710c42efe84bcd1959611fb3a5 (diff) | |
download | chromium_src-761fa4704b79bb85722cef092c6a8c7f0ff55287.zip chromium_src-761fa4704b79bb85722cef092c6a8c7f0ff55287.tar.gz chromium_src-761fa4704b79bb85722cef092c6a8c7f0ff55287.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/profiles/profile_downloader.h')
-rw-r--r-- | chrome/browser/profiles/profile_downloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_downloader.h b/chrome/browser/profiles/profile_downloader.h index 39483d9..6921618 100644 --- a/chrome/browser/profiles/profile_downloader.h +++ b/chrome/browser/profiles/profile_downloader.h @@ -15,9 +15,9 @@ #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" #include "google_apis/gaia/oauth2_access_token_consumer.h" -#include "googleurl/src/gurl.h" #include "net/url_request/url_fetcher_delegate.h" #include "third_party/skia/include/core/SkBitmap.h" +#include "url/gurl.h" class ProfileDownloaderDelegate; class OAuth2AccessTokenFetcher; |