Index: chrome/browser/extensions/apps_promo.h |
diff --git a/chrome/browser/extensions/apps_promo.h b/chrome/browser/extensions/apps_promo.h |
index 37501c719ab5a14d52e8821484f97d6b94a98323..b132a39a945370b51e38b5b487653dab0197725e 100644 |
--- a/chrome/browser/extensions/apps_promo.h |
+++ b/chrome/browser/extensions/apps_promo.h |
@@ -149,7 +149,7 @@ class AppsPromoLogoFetcher : public content::URLFetcherDelegate { |
const AppsPromo::PromoData& promo_data); |
virtual ~AppsPromoLogoFetcher(); |
- virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE; |
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE; |
private: |
// Fetches the logo and stores the result as a data URL. |