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

Side by Side Diff: trunk/src/sync/internal_api/test/fake_sync_manager.cc

Issue 14985007: Revert 198844 "Move sequenced_task_runner to base/task" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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
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 #include "sync/internal_api/public/test/fake_sync_manager.h" 5 #include "sync/internal_api/public/test/fake_sync_manager.h"
6 6
7 #include <cstddef> 7 #include <cstddef>
8 8
9 #include "base/bind.h" 9 #include "base/bind.h"
10 #include "base/bind_helpers.h" 10 #include "base/bind_helpers.h"
11 #include "base/location.h" 11 #include "base/location.h"
12 #include "base/logging.h" 12 #include "base/logging.h"
13 #include "base/run_loop.h" 13 #include "base/run_loop.h"
14 #include "base/sequenced_task_runner.h"
14 #include "base/single_thread_task_runner.h" 15 #include "base/single_thread_task_runner.h"
15 #include "base/task/sequenced_task_runner.h"
16 #include "base/thread_task_runner_handle.h" 16 #include "base/thread_task_runner_handle.h"
17 #include "sync/internal_api/public/http_post_provider_factory.h" 17 #include "sync/internal_api/public/http_post_provider_factory.h"
18 #include "sync/internal_api/public/internal_components_factory.h" 18 #include "sync/internal_api/public/internal_components_factory.h"
19 #include "sync/internal_api/public/util/weak_handle.h" 19 #include "sync/internal_api/public/util/weak_handle.h"
20 #include "sync/notifier/invalidator.h" 20 #include "sync/notifier/invalidator.h"
21 #include "sync/notifier/invalidator_state.h" 21 #include "sync/notifier/invalidator_state.h"
22 #include "sync/notifier/object_id_invalidation_map.h" 22 #include "sync/notifier/object_id_invalidation_map.h"
23 #include "sync/syncable/directory.h" 23 #include "sync/syncable/directory.h"
24 #include "sync/test/fake_sync_encryption_handler.h" 24 #include "sync/test/fake_sync_encryption_handler.h"
25 25
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 InvalidatorState state) { 298 InvalidatorState state) {
299 DCHECK(sync_task_runner_->RunsTasksOnCurrentThread()); 299 DCHECK(sync_task_runner_->RunsTasksOnCurrentThread());
300 registrar_.UpdateInvalidatorState(state); 300 registrar_.UpdateInvalidatorState(state);
301 } 301 }
302 302
303 ModelTypeSet FakeSyncManager::GetLastRefreshRequestTypes() { 303 ModelTypeSet FakeSyncManager::GetLastRefreshRequestTypes() {
304 return last_refresh_request_types_; 304 return last_refresh_request_types_;
305 } 305 }
306 306
307 } // namespace syncer 307 } // namespace syncer
OLDNEW
« no previous file with comments | « trunk/src/rlz/chromeos/lib/rlz_value_store_chromeos.cc ('k') | trunk/src/webkit/blob/blob_data_handle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698