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

Unified Diff: components/sync/syncable/syncable_id.h

Issue 2664753002: Remove base::StringValue (Closed)
Patch Set: Rebase Created 3 years, 9 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 | « components/sync/syncable/model_type_unittest.cc ('k') | components/sync/syncable/syncable_id.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/syncable_id.h
diff --git a/components/sync/syncable/syncable_id.h b/components/sync/syncable/syncable_id.h
index df746808d1dbe2ad088c10074980403ab9a79fb7..100244b07267d7454a0cf09c3046883814aafb21 100644
--- a/components/sync/syncable/syncable_id.h
+++ b/components/sync/syncable/syncable_id.h
@@ -16,7 +16,6 @@
namespace base {
class Value;
-using StringValue = Value;
} // namespace base
namespace sql {
@@ -72,7 +71,7 @@ class Id {
// Dumps the ID as a value and returns it. Transfers ownership of
// the StringValue to the caller.
- base::StringValue* ToValue() const;
+ base::Value* ToValue() const;
// Three functions are used to work with our proto buffers.
std::string GetServerId() const;
« no previous file with comments | « components/sync/syncable/model_type_unittest.cc ('k') | components/sync/syncable/syncable_id.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698