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

Unified Diff: src/string-search.h

Issue 1371083003: [presubmit] Enable readability/namespace linter checking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. 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
« no previous file with comments | « src/string-builder.h ('k') | src/string-stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/string-search.h
diff --git a/src/string-search.h b/src/string-search.h
index c0cc2cad4b34b4fbb13a0e9993abd6169134e001..7db09934f5449ca8f3e0e3d7e6b25819f2e103d2 100644
--- a/src/string-search.h
+++ b/src/string-search.h
@@ -563,6 +563,7 @@ int SearchString(Isolate* isolate,
return search.Search(subject, start_index);
}
-}} // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_STRING_SEARCH_H_
« no previous file with comments | « src/string-builder.h ('k') | src/string-stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698