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

Unified Diff: base/process/process_posix.cc

Issue 981803003: base: Add/Fix namespace closing comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: base/process/process_posix.cc
diff --git a/base/process/process_posix.cc b/base/process/process_posix.cc
index a36bf77ff21dd5862002ba5c1d63029df0a7bc0e..39ae7912c19ee67577589abdcbc3d6c352b2ad4c 100644
--- a/base/process/process_posix.cc
+++ b/base/process/process_posix.cc
@@ -324,4 +324,4 @@ int Process::GetPriority() const {
return getpriority(PRIO_PROCESS, process_);
}
-} // namspace base
+} // namespace base

Powered by Google App Engine
This is Rietveld 408576698