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

Unified Diff: mojo/public/utility/run_loop_handler.h

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.cc ('k') | mojo/public/utility/run_loop_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/utility/run_loop_handler.h
diff --git a/mojo/public/utility/run_loop_handler.h b/mojo/public/utility/run_loop_handler.h
index f736e2196ff11186f0a5c4fa175d7080f7783fbc..0a650d19a5c2e7ec0467b3cb7346fbf1d3252ade 100644
--- a/mojo/public/utility/run_loop_handler.h
+++ b/mojo/public/utility/run_loop_handler.h
@@ -8,7 +8,6 @@
#include "mojo/public/system/core_cpp.h"
namespace mojo {
-namespace utility {
// Used by RunLoop to notify when a handle is either ready or has become
// invalid.
@@ -21,7 +20,6 @@ class RunLoopHandler {
virtual ~RunLoopHandler() {}
};
-} // namespace utility
} // namespace mojo
#endif // MOJO_PUBLIC_UTILITY_RUN_LOOP_HANDLER_H_
« no previous file with comments | « mojo/public/utility/run_loop.cc ('k') | mojo/public/utility/run_loop_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698