Index: chrome/browser/chromeos/offline/offline_load_page.h |
=================================================================== |
--- chrome/browser/chromeos/offline/offline_load_page.h (revision 92173) |
+++ chrome/browser/chromeos/offline/offline_load_page.h (working copy) |
@@ -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 @@ |
// 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. |