diff options
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; |