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

Unified Diff: src/libplatform/worker-thread.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/libplatform/task-queue.cc ('k') | src/libplatform/worker-thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libplatform/worker-thread.h
diff --git a/src/libplatform/worker-thread.h b/src/libplatform/worker-thread.h
index 730e039ca1eac6f804bf711947c4f32577568cdc..6a55a6bc89f094d8d873b6d6042daa836f8d359f 100644
--- a/src/libplatform/worker-thread.h
+++ b/src/libplatform/worker-thread.h
@@ -32,7 +32,8 @@ class WorkerThread : public base::Thread {
DISALLOW_COPY_AND_ASSIGN(WorkerThread);
};
-} } // namespace v8::platform
+} // namespace platform
+} // namespace v8
#endif // V8_LIBPLATFORM_WORKER_THREAD_H_
« no previous file with comments | « src/libplatform/task-queue.cc ('k') | src/libplatform/worker-thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698