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

Unified Diff: syzygy/agent/common/stack_capture.h

Issue 2194383007: Port some more code to x64 (Closed) Base URL: git@github.com:google/syzygy.git@master
Patch Set: Created 4 years, 4 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
Index: syzygy/agent/common/stack_capture.h
diff --git a/syzygy/agent/common/stack_capture.h b/syzygy/agent/common/stack_capture.h
index 294dcb708e0cd7a7bd6ba7c4a3a8ff75359c5e50..c2f0bf6d5b961751c165ea5974ba02444bc5687a 100644
--- a/syzygy/agent/common/stack_capture.h
+++ b/syzygy/agent/common/stack_capture.h
@@ -21,7 +21,7 @@
#include <windows.h>
#include "base/logging.h"
-#include "syzygy/agent/common/stack_walker_x86.h"
+#include "syzygy/agent/common/stack_walker.h"
#include "syzygy/common/asan_parameters.h"
namespace agent {

Powered by Google App Engine
This is Rietveld 408576698