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

Unified Diff: src/snapshot/snapshot-external.cc

Issue 1041743002: Serializer: move to a subfolder and clean up includes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: removed OWNERS Created 5 years, 9 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 | « src/snapshot/snapshot-empty.cc ('k') | src/snapshot/snapshot-source-sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/snapshot/snapshot-external.cc
diff --git a/src/snapshot-external.cc b/src/snapshot/snapshot-external.cc
similarity index 91%
rename from src/snapshot-external.cc
rename to src/snapshot/snapshot-external.cc
index ae7bc40ae64380de16002e32da36643694b0ae0b..f5e3de49cd38c340ce5880a9a5ee5ff2454339d8 100644
--- a/src/snapshot-external.cc
+++ b/src/snapshot/snapshot-external.cc
@@ -4,11 +4,11 @@
// Used for building with external snapshots.
-#include "src/snapshot.h"
+#include "src/snapshot/snapshot.h"
#include "src/base/platform/mutex.h"
-#include "src/serialize.h"
-#include "src/snapshot-source-sink.h"
+#include "src/snapshot/serialize.h"
+#include "src/snapshot/snapshot-source-sink.h"
#include "src/v8.h" // for V8::Initialize
« no previous file with comments | « src/snapshot/snapshot-empty.cc ('k') | src/snapshot/snapshot-source-sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698