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

Unified Diff: src/parsing/scanner-character-streams.h

Issue 1481613002: Create ast/ and parsing/ subdirectories and move appropriate files (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years, 1 month 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/parsing/scanner.cc ('k') | src/parsing/scanner-character-streams.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/scanner-character-streams.h
diff --git a/src/scanner-character-streams.h b/src/parsing/scanner-character-streams.h
similarity index 96%
rename from src/scanner-character-streams.h
rename to src/parsing/scanner-character-streams.h
index 8a0ae2392680533dff904d1aa6b869a253907617..603db93d022f9c0548219459adb610c214f1e7ab 100644
--- a/src/scanner-character-streams.h
+++ b/src/parsing/scanner-character-streams.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_SCANNER_CHARACTER_STREAMS_H_
-#define V8_SCANNER_CHARACTER_STREAMS_H_
+#ifndef V8_PARSING_SCANNER_CHARACTER_STREAMS_H_
+#define V8_PARSING_SCANNER_CHARACTER_STREAMS_H_
#include "src/handles.h"
-#include "src/scanner.h"
+#include "src/parsing/scanner.h"
#include "src/vector.h"
namespace v8 {
@@ -186,4 +186,4 @@ class ExternalTwoByteStringUtf16CharacterStream: public Utf16CharacterStream {
} // namespace internal
} // namespace v8
-#endif // V8_SCANNER_CHARACTER_STREAMS_H_
+#endif // V8_PARSING_SCANNER_CHARACTER_STREAMS_H_
« no previous file with comments | « src/parsing/scanner.cc ('k') | src/parsing/scanner-character-streams.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698