summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/offline/offline_load_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/offline/offline_load_page.h')
-rw-r--r--chrome/browser/chromeos/offline/offline_load_page.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/offline/offline_load_page.h b/chrome/browser/chromeos/offline/offline_load_page.h
index 08a8ba5..115efb0 100644
--- a/chrome/browser/chromeos/offline/offline_load_page.h
+++ b/chrome/browser/chromeos/offline/offline_load_page.h
@@ -12,10 +12,13 @@
#include "chrome/browser/chromeos/network_state_notifier.h"
#include "chrome/browser/tab_contents/chrome_interstitial_page.h"
-class DictionaryValue;
class Extension;
class TabContents;
+namespace base {
+class DictionaryValue;
+}
+
namespace chromeos {
// OfflineLoadPage class shows the interstitial page that is shown
@@ -69,9 +72,9 @@ class OfflineLoadPage : public ChromeInterstitialPage {
// normal site.
void GetAppOfflineStrings(const Extension* app,
const string16& faield_url,
- DictionaryValue* strings) const;
+ base::DictionaryValue* strings) const;
void GetNormalOfflineStrings(const string16& faield_url,
- DictionaryValue* strings) const;
+ base::DictionaryValue* strings) const;
// True if there is a mobile network is available but
// has not been activated.