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

Unified Diff: sync/syncable/nigori_util.cc

Issue 16915006: Convert most of extensions and some other random stuff to using the base namespace for Values. (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
Index: sync/syncable/nigori_util.cc
diff --git a/sync/syncable/nigori_util.cc b/sync/syncable/nigori_util.cc
index 3e456dd1f5e2d1aa56b6bc8cd73e4185cd54d785..3da79172bc31eae9f325f4797a43b2335f42f3f0 100644
--- a/sync/syncable/nigori_util.cc
+++ b/sync/syncable/nigori_util.cc
@@ -172,7 +172,7 @@ bool UpdateEntryWithEncryption(
} else {
// Encrypt new_specifics into generated_specifics.
if (VLOG_IS_ON(2)) {
- scoped_ptr<DictionaryValue> value(entry->ToValue(NULL));
+ scoped_ptr<base::DictionaryValue> value(entry->ToValue(NULL));
std::string info;
base::JSONWriter::WriteWithOptions(value.get(),
base::JSONWriter::OPTIONS_PRETTY_PRINT,

Powered by Google App Engine
This is Rietveld 408576698