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

Unified Diff: sync/protocol/sync_protocol_error.cc

Issue 17034006: Add base namespace to more values in sync and elsewhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « sync/protocol/sync_protocol_error.h ('k') | sync/syncable/entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/sync_protocol_error.cc
diff --git a/sync/protocol/sync_protocol_error.cc b/sync/protocol/sync_protocol_error.cc
index ce55bcdebd0f85acad7a2961c20aa52d7f5c3076..cd22e9a46f600537df04ba33d6d49e434bd485b1 100644
--- a/sync/protocol/sync_protocol_error.cc
+++ b/sync/protocol/sync_protocol_error.cc
@@ -51,8 +51,8 @@ SyncProtocolError::SyncProtocolError()
SyncProtocolError::~SyncProtocolError() {
}
-DictionaryValue* SyncProtocolError::ToValue() const {
- DictionaryValue* value = new DictionaryValue();
+base::DictionaryValue* SyncProtocolError::ToValue() const {
+ base::DictionaryValue* value = new base::DictionaryValue();
value->SetString("ErrorType",
GetSyncErrorTypeString(error_type));
value->SetString("ErrorDescription", error_description);
« no previous file with comments | « sync/protocol/sync_protocol_error.h ('k') | sync/syncable/entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698