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

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

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: rename scanner-base.* to scanner.* 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-base.cc ('k') | src/scanner-character-streams.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scanner-character-streams.h
diff --git a/src/scanner.h b/src/scanner-character-streams.h
similarity index 96%
copy from src/scanner.h
copy to src/scanner-character-streams.h
index 6422ee8cab8ab71868b47f504d37e89fb3a47a4d..5c4ea2ca36d603f6e6d6688dcba223adf301d262 100644
--- a/src/scanner.h
+++ b/src/scanner-character-streams.h
@@ -25,10 +25,10 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#ifndef V8_SCANNER_H_
-#define V8_SCANNER_H_
+#ifndef V8_SCANNER_CHARACTER_STREAMS_H_
+#define V8_SCANNER_CHARACTER_STREAMS_H_
-#include "scanner-base.h"
+#include "scanner.h"
namespace v8 {
namespace internal {
@@ -126,4 +126,4 @@ class ExternalTwoByteStringUC16CharacterStream: public UC16CharacterStream {
} } // namespace v8::internal
-#endif // V8_SCANNER_H_
+#endif // V8_SCANNER_CHARACTER_STREAMS_H_
« no previous file with comments | « src/scanner-base.cc ('k') | src/scanner-character-streams.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698