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

Unified Diff: components/sync/base/model_type.h

Issue 2516363005: Inline StringValue into base::Value (Closed)
Patch Set: Rebase and Nits. 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
« no previous file with comments | « chromeos/network/network_state_unittest.cc ('k') | components/sync/syncable/syncable_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/model_type.h
diff --git a/components/sync/base/model_type.h b/components/sync/base/model_type.h
index 5cca1a0809b6bbccf74c0b150b6e66764017867f..8ce553ab868a52fba207658a0b281b73b924c86a 100644
--- a/components/sync/base/model_type.h
+++ b/components/sync/base/model_type.h
@@ -16,8 +16,8 @@
namespace base {
class ListValue;
-class StringValue;
class Value;
+using StringValue = Value;
}
namespace sync_pb {
« no previous file with comments | « chromeos/network/network_state_unittest.cc ('k') | components/sync/syncable/syncable_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698