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

Side by Side Diff: components/sync/driver/glue/sync_backend_host_impl.cc

Issue 2387553002: [Sync] Removing duplicated includes between cc and h files. (Closed)
Patch Set: Fixing DataTypeStatusTable 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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/driver/glue/sync_backend_host_impl.h" 5 #include "components/sync/driver/glue/sync_backend_host_impl.h"
6 6
7 #include <map>
8 #include <utility> 7 #include <utility>
9 #include <vector>
10 8
11 #include "base/command_line.h" 9 #include "base/command_line.h"
12 #include "base/feature_list.h" 10 #include "base/feature_list.h"
13 #include "base/location.h" 11 #include "base/location.h"
14 #include "base/logging.h" 12 #include "base/logging.h"
15 #include "base/threading/thread_task_runner_handle.h" 13 #include "base/threading/thread_task_runner_handle.h"
16 #include "components/invalidation/public/invalidation_service.h" 14 #include "components/invalidation/public/invalidation_service.h"
17 #include "components/invalidation/public/object_id_invalidation_map.h" 15 #include "components/invalidation/public/object_id_invalidation_map.h"
18 #include "components/signin/core/browser/signin_client.h" 16 #include "components/signin/core/browser/signin_client.h"
19 #include "components/sync/base/experiments.h" 17 #include "components/sync/base/experiments.h"
20 #include "components/sync/core/activation_context.h" 18 #include "components/sync/core/activation_context.h"
21 #include "components/sync/core/base_transaction.h" 19 #include "components/sync/core/base_transaction.h"
22 #include "components/sync/core/http_bridge.h" 20 #include "components/sync/core/http_bridge.h"
23 #include "components/sync/core/internal_components_factory.h" 21 #include "components/sync/core/internal_components_factory.h"
24 #include "components/sync/core/internal_components_factory_impl.h" 22 #include "components/sync/core/internal_components_factory_impl.h"
25 #include "components/sync/core/sync_manager.h"
26 #include "components/sync/core/sync_manager_factory.h" 23 #include "components/sync/core/sync_manager_factory.h"
27 #include "components/sync/driver/glue/sync_backend_host_core.h" 24 #include "components/sync/driver/glue/sync_backend_host_core.h"
28 #include "components/sync/driver/glue/sync_backend_registrar.h" 25 #include "components/sync/driver/glue/sync_backend_registrar.h"
29 #include "components/sync/driver/invalidation_helper.h" 26 #include "components/sync/driver/invalidation_helper.h"
30 #include "components/sync/driver/sync_client.h" 27 #include "components/sync/driver/sync_client.h"
31 #include "components/sync/driver/sync_driver_switches.h" 28 #include "components/sync/driver/sync_driver_switches.h"
32 #include "components/sync/driver/sync_frontend.h" 29 #include "components/sync/driver/sync_frontend.h"
33 #include "components/sync/driver/sync_prefs.h" 30 #include "components/sync/driver/sync_prefs.h"
34 #include "components/sync/engine/events/protocol_event.h" 31 #include "components/sync/engine/events/protocol_event.h"
35 #include "components/sync/engine/sync_string_conversions.h" 32 #include "components/sync/engine/sync_string_conversions.h"
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 const syncer::SyncManager::ClearServerDataCallback& frontend_callback) { 836 const syncer::SyncManager::ClearServerDataCallback& frontend_callback) {
840 DCHECK(ui_thread_->BelongsToCurrentThread()); 837 DCHECK(ui_thread_->BelongsToCurrentThread());
841 frontend_callback.Run(); 838 frontend_callback.Run();
842 } 839 }
843 840
844 } // namespace browser_sync 841 } // namespace browser_sync
845 842
846 #undef SDVLOG 843 #undef SDVLOG
847 844
848 #undef SLOG 845 #undef SLOG
OLDNEW
« no previous file with comments | « components/sync/driver/glue/sync_backend_host_core.cc ('k') | components/sync/driver/glue/sync_backend_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698