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

Unified Diff: src/regexp/regexp-stack.h

Issue 1371083003: [presubmit] Enable readability/namespace linter checking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
Index: src/regexp/regexp-stack.h
diff --git a/src/regexp/regexp-stack.h b/src/regexp/regexp-stack.h
index 9a6394e198bd0d6382c8a25f8510f9b8c79004d0..aea46cf673529cb499a99be6d85a1aebffb2ff62 100644
--- a/src/regexp/regexp-stack.h
+++ b/src/regexp/regexp-stack.h
@@ -124,6 +124,7 @@ class RegExpStack {
DISALLOW_COPY_AND_ASSIGN(RegExpStack);
};
-}} // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_REGEXP_REGEXP_STACK_H_

Powered by Google App Engine
This is Rietveld 408576698