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

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

Issue 1550593002: Switch to standard integer types in chrome/browser/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 #ifndef CHROME_BROWSER_METRICS_CHROME_BROWSER_MAIN_EXTRA_PARTS_METRICS_H_ 5 #ifndef CHROME_BROWSER_METRICS_CHROME_BROWSER_MAIN_EXTRA_PARTS_METRICS_H_
6 #define CHROME_BROWSER_METRICS_CHROME_BROWSER_MAIN_EXTRA_PARTS_METRICS_H_ 6 #define CHROME_BROWSER_METRICS_CHROME_BROWSER_MAIN_EXTRA_PARTS_METRICS_H_
7 7
8 #include "base/basictypes.h" 8 #include <stdint.h>
9
9 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/macros.h"
10 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "build/build_config.h"
11 #include "chrome/browser/chrome_browser_main_extra_parts.h" 14 #include "chrome/browser/chrome_browser_main_extra_parts.h"
12 #include "ui/gfx/display_observer.h" 15 #include "ui/gfx/display_observer.h"
13 16
14 class ChromeBrowserMainParts; 17 class ChromeBrowserMainParts;
15 18
16 namespace chrome { 19 namespace chrome {
17 void AddMetricsExtraParts(ChromeBrowserMainParts* main_parts); 20 void AddMetricsExtraParts(ChromeBrowserMainParts* main_parts);
18 } 21 }
19 22
20 namespace ui { 23 namespace ui {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 bool is_screen_observer_; 59 bool is_screen_observer_;
57 60
58 #if defined(USE_OZONE) || defined(USE_X11) 61 #if defined(USE_OZONE) || defined(USE_X11)
59 scoped_ptr<ui::InputDeviceEventObserver> input_device_event_observer_; 62 scoped_ptr<ui::InputDeviceEventObserver> input_device_event_observer_;
60 #endif // defined(USE_OZONE) || defined(USE_X11) 63 #endif // defined(USE_OZONE) || defined(USE_X11)
61 64
62 DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainExtraPartsMetrics); 65 DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainExtraPartsMetrics);
63 }; 66 };
64 67
65 #endif // CHROME_BROWSER_METRICS_CHROME_BROWSER_MAIN_EXTRA_PARTS_METRICS_H_ 68 #endif // CHROME_BROWSER_METRICS_CHROME_BROWSER_MAIN_EXTRA_PARTS_METRICS_H_
OLDNEW
« no previous file with comments | « chrome/browser/metrics/android_metrics_provider.h ('k') | chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698