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

Side by Side Diff: components/sync/engine_impl/test_entry_factory.cc

Issue 2662453008: [Sync] Fix sync lint errors/includes, update presubmit. (Closed)
Patch Set: Rebase Created 3 years, 10 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
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 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 #include "components/sync/engine_impl/test_entry_factory.h" 5 #include "components/sync/engine_impl/test_entry_factory.h"
6 6
7 #include "components/sync/base/hash_util.h" 7 #include "components/sync/base/hash_util.h"
8 #include "components/sync/base/model_type.h"
9 #include "components/sync/syncable/directory.h" 8 #include "components/sync/syncable/directory.h"
10 #include "components/sync/syncable/entry.h" 9 #include "components/sync/syncable/entry.h"
11 #include "components/sync/syncable/model_neutral_mutable_entry.h" 10 #include "components/sync/syncable/model_neutral_mutable_entry.h"
12 #include "components/sync/syncable/mutable_entry.h" 11 #include "components/sync/syncable/mutable_entry.h"
13 #include "components/sync/syncable/syncable_id.h" 12 #include "components/sync/syncable/syncable_id.h"
14 #include "components/sync/syncable/syncable_model_neutral_write_transaction.h" 13 #include "components/sync/syncable/syncable_model_neutral_write_transaction.h"
15 #include "components/sync/syncable/syncable_read_transaction.h" 14 #include "components/sync/syncable/syncable_read_transaction.h"
16 #include "components/sync/syncable/syncable_write_transaction.h" 15 #include "components/sync/syncable/syncable_write_transaction.h"
17 #include "components/sync/test/engine/test_id_factory.h" 16 #include "components/sync/test/engine/test_id_factory.h"
18 17
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 entry->PutServerMtime(now); 366 entry->PutServerMtime(now);
368 entry->PutServerVersion(version); 367 entry->PutServerVersion(version);
369 entry->PutIsUnappliedUpdate(false); 368 entry->PutIsUnappliedUpdate(false);
370 entry->PutServerNonUniqueName(name); 369 entry->PutServerNonUniqueName(name);
371 entry->PutServerParentId(parent_id); 370 entry->PutServerParentId(parent_id);
372 entry->PutServerIsDir(false); 371 entry->PutServerIsDir(false);
373 entry->PutServerIsDel(false); 372 entry->PutServerIsDel(false);
374 } 373 }
375 374
376 } // namespace syncer 375 } // namespace syncer
OLDNEW
« no previous file with comments | « components/sync/engine_impl/sync_manager_impl_unittest.cc ('k') | components/sync/model/fake_model_type_sync_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698