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

Unified Diff: chrome/browser/stack_sampling_configuration.h

Issue 1545223002: Switch to standard integer types in chrome/browser/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/stack_sampling_configuration.h
diff --git a/chrome/browser/stack_sampling_configuration.h b/chrome/browser/stack_sampling_configuration.h
index 9d18aa8057323554d6bca7d866f948686087ed00..9a52b037b7e4769c7d4980a9603465f009b1992f 100644
--- a/chrome/browser/stack_sampling_configuration.h
+++ b/chrome/browser/stack_sampling_configuration.h
@@ -5,6 +5,7 @@
#ifndef CHROME_BROWSER_STACK_SAMPLING_CONFIGURATION_H_
#define CHROME_BROWSER_STACK_SAMPLING_CONFIGURATION_H_
+#include "base/macros.h"
#include "base/profiler/stack_sampling_profiler.h"
// Chooses a configuration for the stack sampling profiler for browser process
« no previous file with comments | « chrome/browser/ssl/ssl_error_handler_unittest.cc ('k') | chrome/browser/status_icons/desktop_notification_balloon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698