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

Unified Diff: src/wasm/switch-logic.h

Issue 2344143003: Moved zones and zone related stuff in its own directory. (Closed)
Patch Set: Renamed defines to match new file locations Created 4 years, 3 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: src/wasm/switch-logic.h
diff --git a/src/wasm/switch-logic.h b/src/wasm/switch-logic.h
index 8cef08b98b54e5273166a8a3fc21d8f53efad465..160e0d69b25025affa7d59ca3aecc0d6cdec1428 100644
--- a/src/wasm/switch-logic.h
+++ b/src/wasm/switch-logic.h
@@ -5,8 +5,8 @@
#ifndef V8_WASM_SWITCH_LOGIC_H
#define V8_WASM_SWITCH_LOGIC_H
-#include "src/zone-containers.h"
-#include "src/zone.h"
+#include "src/zone/zone-containers.h"
+#include "src/zone/zone.h"
namespace v8 {
namespace internal {

Powered by Google App Engine
This is Rietveld 408576698