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

Side by Side Diff: chrome/browser/sync/profile_sync_service.h

Issue 1307643003: IWYU for base/memory/scoped_vector.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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 (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 #ifndef CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_H_ 5 #ifndef CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_H_
6 #define CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_H_ 6 #define CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 #include <utility> 10 #include <utility>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/compiler_specific.h" 13 #include "base/compiler_specific.h"
14 #include "base/files/file_path.h" 14 #include "base/files/file_path.h"
15 #include "base/gtest_prod_util.h" 15 #include "base/gtest_prod_util.h"
16 #include "base/location.h" 16 #include "base/location.h"
17 #include "base/memory/memory_pressure_listener.h" 17 #include "base/memory/memory_pressure_listener.h"
18 #include "base/memory/scoped_ptr.h" 18 #include "base/memory/scoped_ptr.h"
19 #include "base/memory/scoped_vector.h"
20 #include "base/memory/weak_ptr.h" 19 #include "base/memory/weak_ptr.h"
21 #include "base/observer_list.h" 20 #include "base/observer_list.h"
22 #include "base/strings/string16.h" 21 #include "base/strings/string16.h"
23 #include "base/time/time.h" 22 #include "base/time/time.h"
24 #include "base/timer/timer.h" 23 #include "base/timer/timer.h"
25 #include "chrome/browser/browsing_data/browsing_data_remover.h" 24 #include "chrome/browser/browsing_data/browsing_data_remover.h"
26 #include "chrome/browser/sync/backup_rollback_controller.h" 25 #include "chrome/browser/sync/backup_rollback_controller.h"
27 #include "chrome/browser/sync/glue/sync_backend_host.h" 26 #include "chrome/browser/sync/glue/sync_backend_host.h"
28 #include "chrome/browser/sync/sessions/sessions_sync_manager.h" 27 #include "chrome/browser/sync/sessions/sessions_sync_manager.h"
29 #include "chrome/browser/sync/startup_controller.h" 28 #include "chrome/browser/sync/startup_controller.h"
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 base::WeakPtrFactory<ProfileSyncService> startup_controller_weak_factory_; 1084 base::WeakPtrFactory<ProfileSyncService> startup_controller_weak_factory_;
1086 1085
1087 DISALLOW_COPY_AND_ASSIGN(ProfileSyncService); 1086 DISALLOW_COPY_AND_ASSIGN(ProfileSyncService);
1088 }; 1087 };
1089 1088
1090 bool ShouldShowActionOnUI( 1089 bool ShouldShowActionOnUI(
1091 const syncer::SyncProtocolError& error); 1090 const syncer::SyncProtocolError& error);
1092 1091
1093 1092
1094 #endif // CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_H_ 1093 #endif // CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/synced_session_tracker.h ('k') | chrome/browser/sync/sessions/sessions_sync_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698