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

Unified Diff: mojo/public/utility/run_loop_unittest.cc

Issue 128803002: Mojo: Remove utility:: namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build Created 6 years, 11 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 | « mojo/public/utility/run_loop_handler.h ('k') | mojo/public/utility/thread_local.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/utility/run_loop_unittest.cc
diff --git a/mojo/public/utility/run_loop_unittest.cc b/mojo/public/utility/run_loop_unittest.cc
index 2ca8c3ee83abde1f19a9f487466ebafa67567442..9092eb575d231734b1d3e3a73d98ede16130f7ab 100644
--- a/mojo/public/utility/run_loop_unittest.cc
+++ b/mojo/public/utility/run_loop_unittest.cc
@@ -12,7 +12,6 @@
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
-namespace utility {
namespace {
class TestRunLoopHandler : public RunLoopHandler {
@@ -190,5 +189,4 @@ TEST_F(RunLoopTest, Current) {
}
} // namespace
-} // namespace utility
} // namespace mojo
« no previous file with comments | « mojo/public/utility/run_loop_handler.h ('k') | mojo/public/utility/thread_local.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698