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

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

Issue 2694813005: Revert of Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (Closed)
Patch Set: Created 3 years, 10 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 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_PLUGIN_METRICS_PROVIDER_H_ 5 #ifndef CHROME_BROWSER_METRICS_PLUGIN_METRICS_PROVIDER_H_
6 #define CHROME_BROWSER_METRICS_PLUGIN_METRICS_PROVIDER_H_ 6 #define CHROME_BROWSER_METRICS_PLUGIN_METRICS_PROVIDER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/callback_forward.h"
12 #include "base/gtest_prod_util.h" 11 #include "base/gtest_prod_util.h"
13 #include "base/macros.h" 12 #include "base/macros.h"
14 #include "base/memory/weak_ptr.h" 13 #include "base/memory/weak_ptr.h"
15 #include "base/strings/string16.h" 14 #include "base/strings/string16.h"
16 #include "components/metrics/metrics_provider.h" 15 #include "components/metrics/metrics_provider.h"
17 #include "content/public/browser/browser_child_process_observer.h" 16 #include "content/public/browser/browser_child_process_observer.h"
18 17
19 namespace base { 18 namespace base {
20 class FilePath; 19 class FilePath;
21 } 20 }
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 102
104 // Buffer of child process notifications for quick access. 103 // Buffer of child process notifications for quick access.
105 std::map<base::string16, ChildProcessStats> child_process_stats_buffer_; 104 std::map<base::string16, ChildProcessStats> child_process_stats_buffer_;
106 105
107 base::WeakPtrFactory<PluginMetricsProvider> weak_ptr_factory_; 106 base::WeakPtrFactory<PluginMetricsProvider> weak_ptr_factory_;
108 107
109 DISALLOW_COPY_AND_ASSIGN(PluginMetricsProvider); 108 DISALLOW_COPY_AND_ASSIGN(PluginMetricsProvider);
110 }; 109 };
111 110
112 #endif // CHROME_BROWSER_METRICS_PLUGIN_METRICS_PROVIDER_H_ 111 #endif // CHROME_BROWSER_METRICS_PLUGIN_METRICS_PROVIDER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698