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

Side by Side Diff: components/sync/model/fake_model_type_service.cc

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
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 #include "components/sync/api/fake_model_type_service.h" 5 #include "components/sync/model/fake_model_type_service.h"
6 6
7 #include <utility> 7 #include <utility>
8 8
9 #include "base/bind.h" 9 #include "base/bind.h"
10 #include "base/memory/ptr_util.h" 10 #include "base/memory/ptr_util.h"
11 #include "components/sync/core/data_batch_impl.h" 11 #include "components/sync/core/data_batch_impl.h"
12 #include "components/sync/core/simple_metadata_change_list.h" 12 #include "components/sync/core/simple_metadata_change_list.h"
13 #include "components/sync/syncable/syncable_util.h" 13 #include "components/sync/syncable/syncable_util.h"
14 #include "testing/gtest/include/gtest/gtest.h" 14 #include "testing/gtest/include/gtest/gtest.h"
15 15
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 void FakeModelTypeService::SetConflictResolution( 312 void FakeModelTypeService::SetConflictResolution(
313 ConflictResolution resolution) { 313 ConflictResolution resolution) {
314 conflict_resolution_.reset(new ConflictResolution(std::move(resolution))); 314 conflict_resolution_.reset(new ConflictResolution(std::move(resolution)));
315 } 315 }
316 316
317 void FakeModelTypeService::CheckPostConditions() { 317 void FakeModelTypeService::CheckPostConditions() {
318 DCHECK(!service_error_.IsSet()); 318 DCHECK(!service_error_.IsSet());
319 } 319 }
320 320
321 } // namespace syncer 321 } // namespace syncer
OLDNEW
« no previous file with comments | « components/sync/model/fake_model_type_service.h ('k') | components/sync/model/fake_sync_change_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698