Chromium Code Reviews| 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 { |