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

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

Issue 1969833002: Fix include path for moved thread_task_runner_handle.h header in sync/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_move_task_runner_handle
Patch Set: Created 4 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
« no previous file with comments | « sync/internal_api/sync_manager_impl.cc ('k') | sync/sessions/model_type_registry.cc » ('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 #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/memory/ptr_util.h" 13 #include "base/memory/ptr_util.h"
14 #include "base/run_loop.h" 14 #include "base/run_loop.h"
15 #include "base/sequenced_task_runner.h" 15 #include "base/sequenced_task_runner.h"
16 #include "base/single_thread_task_runner.h" 16 #include "base/single_thread_task_runner.h"
17 #include "base/thread_task_runner_handle.h" 17 #include "base/threading/thread_task_runner_handle.h"
18 #include "sync/internal_api/public/http_post_provider_factory.h" 18 #include "sync/internal_api/public/http_post_provider_factory.h"
19 #include "sync/internal_api/public/internal_components_factory.h" 19 #include "sync/internal_api/public/internal_components_factory.h"
20 #include "sync/internal_api/public/test/fake_model_type_connector.h" 20 #include "sync/internal_api/public/test/fake_model_type_connector.h"
21 #include "sync/internal_api/public/util/weak_handle.h" 21 #include "sync/internal_api/public/util/weak_handle.h"
22 #include "sync/syncable/directory.h" 22 #include "sync/syncable/directory.h"
23 #include "sync/test/fake_sync_encryption_handler.h" 23 #include "sync/test/fake_sync_encryption_handler.h"
24 24
25 class GURL; 25 class GURL;
26 26
27 namespace syncer { 27 namespace syncer {
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 // Do nothing. 265 // Do nothing.
266 } 266 }
267 267
268 void FakeSyncManager::ClearServerData(const ClearServerDataCallback& callback) { 268 void FakeSyncManager::ClearServerData(const ClearServerDataCallback& callback) {
269 callback.Run(); 269 callback.Run();
270 } 270 }
271 271
272 void FakeSyncManager::OnCookieJarChanged(bool account_mismatch) {} 272 void FakeSyncManager::OnCookieJarChanged(bool account_mismatch) {}
273 273
274 } // namespace syncer 274 } // namespace syncer
OLDNEW
« no previous file with comments | « sync/internal_api/sync_manager_impl.cc ('k') | sync/sessions/model_type_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698