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

Unified Diff: cc/scoped_thread_proxy.cc

Issue 11275153: cc: Fix style for comments at the end of namespaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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: cc/scoped_thread_proxy.cc
diff --git a/cc/scoped_thread_proxy.cc b/cc/scoped_thread_proxy.cc
index 9391e3bb8f009e9a0d25a5a5dcfe22a91737f0b4..a5ad931ad4b440fce14ed52a937fe5a1e7d0c306 100644
--- a/cc/scoped_thread_proxy.cc
+++ b/cc/scoped_thread_proxy.cc
@@ -43,4 +43,4 @@ void ScopedThreadProxy::runTaskIfNotShutdown(base::Closure cb)
cb.Run();
}
-}
+} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698