| Index: chrome/common/net/gaia/google_service_auth_error.h
|
| ===================================================================
|
| --- chrome/common/net/gaia/google_service_auth_error.h (revision 91508)
|
| +++ 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);
|
|
|