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

Side by Side Diff: sync/syncable/mutable_entry.h

Issue 10700154: Remove #pragma once from sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « sync/syncable/in_memory_directory_backing_store.h ('k') | sync/syncable/nigori_util.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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 SYNC_SYNCABLE_MUTABLE_ENTRY_H_ 5 #ifndef SYNC_SYNCABLE_MUTABLE_ENTRY_H_
6 #define SYNC_SYNCABLE_MUTABLE_ENTRY_H_ 6 #define SYNC_SYNCABLE_MUTABLE_ENTRY_H_
7 #pragma once
8 7
9 #include "sync/syncable/entry.h" 8 #include "sync/syncable/entry.h"
10 #include "sync/syncable/metahandle_set.h" 9 #include "sync/syncable/metahandle_set.h"
11 10
12 namespace syncer { 11 namespace syncer {
13 class WriteNode; 12 class WriteNode;
14 13
15 namespace syncable { 14 namespace syncable {
16 15
17 class WriteTransaction; 16 class WriteTransaction;
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 DISALLOW_COPY_AND_ASSIGN(MutableEntry); 109 DISALLOW_COPY_AND_ASSIGN(MutableEntry);
111 }; 110 };
112 111
113 // This function sets only the flags needed to get this entry to sync. 112 // This function sets only the flags needed to get this entry to sync.
114 bool MarkForSyncing(syncable::MutableEntry* e); 113 bool MarkForSyncing(syncable::MutableEntry* e);
115 114
116 } // namespace syncable 115 } // namespace syncable
117 } // namespace syncer 116 } // namespace syncer
118 117
119 #endif // SYNC_SYNCABLE_MUTABLE_ENTRY_H_ 118 #endif // SYNC_SYNCABLE_MUTABLE_ENTRY_H_
OLDNEW
« no previous file with comments | « sync/syncable/in_memory_directory_backing_store.h ('k') | sync/syncable/nigori_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698