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

Side by Side Diff: components/sync/model/metadata_change_list.h

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « components/sync/model/metadata_batch.cc ('k') | components/sync/model/mock_model_type_store.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_SYNC_API_METADATA_CHANGE_LIST_H_ 5 #ifndef COMPONENTS_SYNC_MODEL_METADATA_CHANGE_LIST_H_
6 #define COMPONENTS_SYNC_API_METADATA_CHANGE_LIST_H_ 6 #define COMPONENTS_SYNC_MODEL_METADATA_CHANGE_LIST_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 namespace sync_pb { 10 namespace sync_pb {
11 class EntityMetadata; 11 class EntityMetadata;
12 class ModelTypeState; 12 class ModelTypeState;
13 } // namespace sync_pb 13 } // namespace sync_pb
14 14
15 namespace syncer { 15 namespace syncer {
16 16
(...skipping 23 matching lines...) Expand all
40 // storage completely by calling the Clear method). 40 // storage completely by calling the Clear method).
41 virtual void UpdateMetadata(const std::string& storage_key, 41 virtual void UpdateMetadata(const std::string& storage_key,
42 const sync_pb::EntityMetadata& metadata) = 0; 42 const sync_pb::EntityMetadata& metadata) = 0;
43 43
44 // Requests metadata entry to be cleared from the storage. 44 // Requests metadata entry to be cleared from the storage.
45 virtual void ClearMetadata(const std::string& storage_key) = 0; 45 virtual void ClearMetadata(const std::string& storage_key) = 0;
46 }; 46 };
47 47
48 } // namespace syncer 48 } // namespace syncer
49 49
50 #endif // COMPONENTS_SYNC_API_METADATA_CHANGE_LIST_H_ 50 #endif // COMPONENTS_SYNC_MODEL_METADATA_CHANGE_LIST_H_
OLDNEW
« no previous file with comments | « components/sync/model/metadata_batch.cc ('k') | components/sync/model/mock_model_type_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698