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

Unified Diff: src/regexp/regexp-macro-assembler.h

Issue 1285163003: Move regexp implementation into its own folder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: addressed comment Created 5 years, 4 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/regexp/ppc/regexp-macro-assembler-ppc.cc ('k') | src/regexp/regexp-macro-assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/regexp/regexp-macro-assembler.h
diff --git a/src/regexp-macro-assembler.h b/src/regexp/regexp-macro-assembler.h
similarity index 98%
rename from src/regexp-macro-assembler.h
rename to src/regexp/regexp-macro-assembler.h
index df244249b630320117a6b7d6cc47dc3315a82e74..c3d94a6acfc288d79786eacf8cd6353a84cb9c58 100644
--- a/src/regexp-macro-assembler.h
+++ b/src/regexp/regexp-macro-assembler.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_REGEXP_MACRO_ASSEMBLER_H_
-#define V8_REGEXP_MACRO_ASSEMBLER_H_
+#ifndef V8_REGEXP_REGEXP_MACRO_ASSEMBLER_H_
+#define V8_REGEXP_REGEXP_MACRO_ASSEMBLER_H_
#include "src/ast.h"
@@ -247,4 +247,4 @@ class NativeRegExpMacroAssembler: public RegExpMacroAssembler {
} } // namespace v8::internal
-#endif // V8_REGEXP_MACRO_ASSEMBLER_H_
+#endif // V8_REGEXP_REGEXP_MACRO_ASSEMBLER_H_
« no previous file with comments | « src/regexp/ppc/regexp-macro-assembler-ppc.cc ('k') | src/regexp/regexp-macro-assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698