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

Side by Side Diff: chrome/browser/metrics/chrome_metrics_service_client.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_METRICS_CHROME_METRICS_SERVICE_CLIENT_H_ 5 #ifndef CHROME_BROWSER_METRICS_CHROME_METRICS_SERVICE_CLIENT_H_
6 #define CHROME_BROWSER_METRICS_CHROME_METRICS_SERVICE_CLIENT_H_ 6 #define CHROME_BROWSER_METRICS_CHROME_METRICS_SERVICE_CLIENT_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <deque> 10 #include <deque>
(...skipping 13 matching lines...) Expand all
24 #include "components/omnibox/browser/omnibox_event_global_tracker.h" 24 #include "components/omnibox/browser/omnibox_event_global_tracker.h"
25 #include "content/public/browser/notification_observer.h" 25 #include "content/public/browser/notification_observer.h"
26 #include "content/public/browser/notification_registrar.h" 26 #include "content/public/browser/notification_registrar.h"
27 #include "ppapi/features/features.h" 27 #include "ppapi/features/features.h"
28 28
29 class AntiVirusMetricsProvider; 29 class AntiVirusMetricsProvider;
30 class ChromeOSMetricsProvider; 30 class ChromeOSMetricsProvider;
31 class GoogleUpdateMetricsProviderWin; 31 class GoogleUpdateMetricsProviderWin;
32 class PluginMetricsProvider; 32 class PluginMetricsProvider;
33 class PrefRegistrySimple; 33 class PrefRegistrySimple;
34 class PrefService;
35
36 #if !defined(OS_CHROMEOS)
37 class SigninStatusMetricsProvider;
38 #endif
39 34
40 namespace browser_watcher { 35 namespace browser_watcher {
41 class WatcherMetricsProviderWin; 36 class WatcherMetricsProviderWin;
42 } // namespace browser_watcher 37 } // namespace browser_watcher
43 38
44 namespace metrics { 39 namespace metrics {
45 class DriveMetricsProvider; 40 class DriveMetricsProvider;
46 class MetricsService; 41 class MetricsService;
47 class MetricsStateManager; 42 class MetricsStateManager;
48 class ProfilerMetricsProvider; 43 class ProfilerMetricsProvider;
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 // Whether this client has already uploaded profiler data during this session. 218 // Whether this client has already uploaded profiler data during this session.
224 // Profiler data is uploaded at most once per session. 219 // Profiler data is uploaded at most once per session.
225 bool has_uploaded_profiler_data_; 220 bool has_uploaded_profiler_data_;
226 221
227 base::WeakPtrFactory<ChromeMetricsServiceClient> weak_ptr_factory_; 222 base::WeakPtrFactory<ChromeMetricsServiceClient> weak_ptr_factory_;
228 223
229 DISALLOW_COPY_AND_ASSIGN(ChromeMetricsServiceClient); 224 DISALLOW_COPY_AND_ASSIGN(ChromeMetricsServiceClient);
230 }; 225 };
231 226
232 #endif // CHROME_BROWSER_METRICS_CHROME_METRICS_SERVICE_CLIENT_H_ 227 #endif // CHROME_BROWSER_METRICS_CHROME_METRICS_SERVICE_CLIENT_H_
OLDNEW
« no previous file with comments | « chrome/browser/metrics/chrome_metrics_service_accessor.h ('k') | chrome/browser/metrics/chromeos_metrics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698