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

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

Issue 2516363005: Inline StringValue into base::Value (Closed)
Patch Set: Rebase on new FundamentalValue Diff Created 3 years, 11 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: components/sync/syncable/syncable_id.h
diff --git a/components/sync/syncable/syncable_id.h b/components/sync/syncable/syncable_id.h
index 28e2b6b0b9359da70fae5f8211261acc5b4e702a..df746808d1dbe2ad088c10074980403ab9a79fb7 100644
--- a/components/sync/syncable/syncable_id.h
+++ b/components/sync/syncable/syncable_id.h
@@ -15,7 +15,8 @@
#include "base/trace_event/memory_usage_estimator.h"
namespace base {
-class StringValue;
+class Value;
+using StringValue = Value;
} // namespace base
namespace sql {

Powered by Google App Engine
This is Rietveld 408576698