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 e3edb49287cf1962da031cef06f49abc65268836..9ff3ccedec9bb897bb48c13420c76b21de0ebb8a 100644 |
| --- a/components/sync/base/model_type.h |
| +++ b/components/sync/base/model_type.h |
| @@ -2,10 +2,6 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -// Enumerate the various item subtypes that are supported by sync. |
| -// Each sync object is expected to have an immutable object type. |
| -// An object's type is inferred from the type of data it holds. |
| - |
| #ifndef COMPONENTS_SYNC_BASE_MODEL_TYPE_H_ |
| #define COMPONENTS_SYNC_BASE_MODEL_TYPE_H_ |
| @@ -31,8 +27,9 @@ class SyncEntity; |
| namespace syncer { |
| -// TODO(akalin): Move the non-exported functions in this file to a |
| -// private header. |
| +// Enumerate the various item subtypes that are supported by sync. |
| +// Each sync object is expected to have an immutable object type. |
| +// An object's type is inferred from the type of data it holds. |
|
maxbogue
2016/10/17 23:59:46
Since this is one continuous comment block that ha
skym
2016/10/18 14:39:08
Done.
|
| // A Java counterpart will be generated for this enum. |
| // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.components.sync |