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

Unified Diff: src/scanner-character-streams.cc

Issue 7739020: Rename scanner.* to scanner-character-streams.* and scanner-base.* to scanner.* (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 9 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
« no previous file with comments | « src/scanner-character-streams.h ('k') | test/cctest/test-parsing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scanner-character-streams.cc
diff --git a/src/scanner.cc b/src/scanner-character-streams.cc
similarity index 99%
rename from src/scanner.cc
rename to src/scanner-character-streams.cc
index 5919073cde8c13a74c1fe3fb2cba5e8199787614..2c1ccea69e9e6001da407d37f30456f2cfa1d9ab 100644
--- a/src/scanner.cc
+++ b/src/scanner-character-streams.cc
@@ -27,9 +27,10 @@
#include "v8.h"
+#include "scanner-character-streams.h"
Erik Corry 2011/09/05 17:07:38 We try to keep these in alphabetical order.
+
#include "ast.h"
#include "handles.h"
-#include "scanner.h"
#include "unicode-inl.h"
namespace v8 {
« no previous file with comments | « src/scanner-character-streams.h ('k') | test/cctest/test-parsing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698