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

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

Issue 2413313004: [Sync] Move the last things out of core/. (Closed)
Patch Set: Address 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
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/core/test/test_entry_factory.h" 5 #include "components/sync/engine_impl/test_entry_factory.h"
6 6
7 #include "components/sync/syncable/directory.h" 7 #include "components/sync/syncable/directory.h"
8 #include "components/sync/syncable/entry.h" 8 #include "components/sync/syncable/entry.h"
9 #include "components/sync/syncable/mutable_entry.h" 9 #include "components/sync/syncable/mutable_entry.h"
10 #include "components/sync/syncable/syncable_id.h" 10 #include "components/sync/syncable/syncable_id.h"
11 #include "components/sync/syncable/syncable_read_transaction.h" 11 #include "components/sync/syncable/syncable_read_transaction.h"
12 #include "components/sync/syncable/syncable_util.h" 12 #include "components/sync/syncable/syncable_util.h"
13 #include "components/sync/syncable/syncable_write_transaction.h" 13 #include "components/sync/syncable/syncable_write_transaction.h"
14 #include "components/sync/test/engine/test_id_factory.h" 14 #include "components/sync/test/engine/test_id_factory.h"
15 15
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 return false; 296 return false;
297 } 297 }
298 return entry.GetIsUnappliedUpdate(); 298 return entry.GetIsUnappliedUpdate();
299 } 299 }
300 300
301 int64_t TestEntryFactory::GetNextRevision() { 301 int64_t TestEntryFactory::GetNextRevision() {
302 return next_revision_++; 302 return next_revision_++;
303 } 303 }
304 304
305 } // namespace syncer 305 } // namespace syncer
OLDNEW
« no previous file with comments | « components/sync/engine_impl/test_entry_factory.h ('k') | components/sync/engine_impl/worker_entity_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698