Index: chrome/browser/chromeos/customization_document.h |
=================================================================== |
--- chrome/browser/chromeos/customization_document.h (revision 107061) |
+++ chrome/browser/chromeos/customization_document.h (working copy) |
@@ -149,7 +149,7 @@ |
static void SetApplied(bool val); |
// Overriden from content::URLFetcherDelegate: |
- virtual void OnURLFetchComplete(const URLFetcher* source); |
+ virtual void OnURLFetchComplete(const content::URLFetcher* source); |
// Initiate file fetching. |
void StartFileFetch(); |
@@ -161,7 +161,7 @@ |
GURL url_; |
// URLFetcher instance. |
- scoped_ptr<URLFetcher> url_fetcher_; |
+ scoped_ptr<content::URLFetcher> url_fetcher_; |
// Timer to retry fetching file if network is not available. |
base::OneShotTimer<ServicesCustomizationDocument> retry_timer_; |