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

Unified Diff: base/debug/stack_trace_win.cc

Issue 2053953002: Add chrome_crash_reporter_client_win.cc to the source file list for chrome_elf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/files/file_path.cc » ('j') | base/files/file_path.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/stack_trace_win.cc
diff --git a/base/debug/stack_trace_win.cc b/base/debug/stack_trace_win.cc
index 95da513e66cfa945621c7d8c2ebf3415bd192493..bda9b88ec6a56f83264fab64640e1a407251524e 100644
--- a/base/debug/stack_trace_win.cc
+++ b/base/debug/stack_trace_win.cc
@@ -6,17 +6,16 @@
#include <windows.h>
#include <dbghelp.h>
+#include <memory>
#include <stddef.h>
#include <iostream>
+#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/memory/singleton.h"
-#include "base/process/launch.h"
-#include "base/strings/string_util.h"
#include "base/synchronization/lock.h"
-#include "base/win/windows_version.h"
namespace base {
namespace debug {
« no previous file with comments | « no previous file | base/files/file_path.cc » ('j') | base/files/file_path.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698