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

Unified Diff: src/snapshot/snapshot-source-sink.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-source-sink.h ('k') | src/v8.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/snapshot/snapshot-source-sink.cc
diff --git a/src/snapshot-source-sink.cc b/src/snapshot/snapshot-source-sink.cc
similarity index 93%
rename from src/snapshot-source-sink.cc
rename to src/snapshot/snapshot-source-sink.cc
index eedcee6a9cebc52beea08338e7f9152eafd0b6c1..c0179b7fca2acf9dd14b2e8bb162494bf022febc 100644
--- a/src/snapshot-source-sink.cc
+++ b/src/snapshot/snapshot-source-sink.cc
@@ -3,11 +3,11 @@
// found in the LICENSE file.
-#include "src/snapshot-source-sink.h"
+#include "src/snapshot/snapshot-source-sink.h"
#include "src/base/logging.h"
#include "src/handles-inl.h"
-#include "src/serialize.h" // for SerializerDeserializer::nop() in AtEOF()
+#include "src/snapshot/serialize.h" // for SerializerDeserializer::nop()
namespace v8 {
« no previous file with comments | « src/snapshot/snapshot-source-sink.h ('k') | src/v8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698