Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1088)

Unified Diff: chrome/browser/chromeos/offline/offline_load_page.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/chromeos/notifications/balloon_view_host.h ('k') | chrome/browser/chromeos/user_cros_settings_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698