| 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_
|
|
|