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

Side by Side Diff: components/sync/api/entity_data.h

Issue 2389063002: [Sync] Fixing easy lint violations. (Closed)
Patch Set: Updated for Max's comments. 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/api/conflict_resolution.cc ('k') | components/sync/api/entity_data.cc » ('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_ENTITY_DATA_H_ 5 #ifndef COMPONENTS_SYNC_API_ENTITY_DATA_H_
6 #define COMPONENTS_SYNC_API_ENTITY_DATA_H_ 6 #define COMPONENTS_SYNC_API_ENTITY_DATA_H_
7 7
8 #include <map> 8 #include <map>
9 #include <memory>
9 #include <string> 10 #include <string>
10 #include <vector> 11 #include <vector>
11 12
12 #include "base/macros.h" 13 #include "base/macros.h"
13 #include "base/time/time.h" 14 #include "base/time/time.h"
14 #include "base/values.h" 15 #include "base/values.h"
15 #include "components/sync/base/proto_value_ptr.h" 16 #include "components/sync/base/proto_value_ptr.h"
16 #include "components/sync/protocol/sync.pb.h" 17 #include "components/sync/protocol/sync.pb.h"
17 18
18 namespace syncer { 19 namespace syncer {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 friend struct EntityDataTraits; 83 friend struct EntityDataTraits;
83 // Used to transfer the data without copying. 84 // Used to transfer the data without copying.
84 void Swap(EntityData* other); 85 void Swap(EntityData* other);
85 86
86 DISALLOW_COPY_AND_ASSIGN(EntityData); 87 DISALLOW_COPY_AND_ASSIGN(EntityData);
87 }; 88 };
88 89
89 } // namespace syncer 90 } // namespace syncer
90 91
91 #endif // COMPONENTS_SYNC_API_ENTITY_DATA_H_ 92 #endif // COMPONENTS_SYNC_API_ENTITY_DATA_H_
OLDNEW
« no previous file with comments | « components/sync/api/conflict_resolution.cc ('k') | components/sync/api/entity_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698