diff options
Diffstat (limited to 'chrome/browser/chromeos/offline/offline_load_page.h')
-rw-r--r-- | chrome/browser/chromeos/offline/offline_load_page.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/offline/offline_load_page.h b/chrome/browser/chromeos/offline/offline_load_page.h index 1e5a78f..52fab74 100644 --- a/chrome/browser/chromeos/offline/offline_load_page.h +++ b/chrome/browser/chromeos/offline/offline_load_page.h @@ -14,8 +14,6 @@ #include "googleurl/src/gurl.h" #include "net/base/network_change_notifier.h" -class Extension; - namespace base { class DictionaryValue; } @@ -25,6 +23,10 @@ class InterstitialPage; class WebContents; } +namespace extensions { +class Extension; +} + namespace chromeos { // OfflineLoadPage class shows the interstitial page that is shown @@ -67,7 +69,7 @@ class OfflineLoadPage : public content::InterstitialPageDelegate, // Retrieves template strings of the offline page for app and // normal site. - void GetAppOfflineStrings(const Extension* app, + void GetAppOfflineStrings(const extensions::Extension* app, const string16& faield_url, base::DictionaryValue* strings) const; void GetNormalOfflineStrings(const string16& faield_url, |