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

Unified Diff: chrome/common/net/gaia/google_service_auth_error.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
« no previous file with comments | « chrome/common/jstemplate_builder.h ('k') | chrome/common/persistent_pref_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/gaia/google_service_auth_error.h
===================================================================
--- chrome/common/net/gaia/google_service_auth_error.h (revision 92173)
+++ chrome/common/net/gaia/google_service_auth_error.h (working copy)
@@ -27,7 +27,9 @@
#include "googleurl/src/gurl.h"
+namespace base {
class DictionaryValue;
+}
class GoogleServiceAuthError {
public:
@@ -114,7 +116,7 @@
// Returns info about this object in a dictionary. Caller takes
// ownership of returned dictionary.
- DictionaryValue* ToValue() const;
+ base::DictionaryValue* ToValue() const;
private:
GoogleServiceAuthError(State s, int error);
« no previous file with comments | « chrome/common/jstemplate_builder.h ('k') | chrome/common/persistent_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698