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

Unified Diff: content/shell/app/shell_crash_reporter_client.h

Issue 1548993002: Switch to standard integer types in base/strings/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/renderer/renderer_clipboard_delegate.h ('k') | net/base/zap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/app/shell_crash_reporter_client.h
diff --git a/content/shell/app/shell_crash_reporter_client.h b/content/shell/app/shell_crash_reporter_client.h
index 89e577348c203fcb3805643dfd71295b1f813fb2..06e1d9bf42f161f5e701420534a5b94194a87543 100644
--- a/content/shell/app/shell_crash_reporter_client.h
+++ b/content/shell/app/shell_crash_reporter_client.h
@@ -6,6 +6,8 @@
#define CONTENT_SHELL_APP_SHELL_CRASH_REPORTER_CLIENT_H_
#include "base/compiler_specific.h"
+#include "base/macros.h"
+#include "build/build_config.h"
#include "components/crash/content/app/crash_reporter_client.h"
namespace content {
« no previous file with comments | « content/renderer/renderer_clipboard_delegate.h ('k') | net/base/zap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698