| Index: mojo/message_pump/handle_watcher.cc
|
| diff --git a/mojo/common/handle_watcher.cc b/mojo/message_pump/handle_watcher.cc
|
| similarity index 98%
|
| rename from mojo/common/handle_watcher.cc
|
| rename to mojo/message_pump/handle_watcher.cc
|
| index 6bff0cd1a8981bfdcb190981d6d4b7aa93b88915..d02c761109692b257b18d94332c814b9974a87c3 100644
|
| --- a/mojo/common/handle_watcher.cc
|
| +++ b/mojo/message_pump/handle_watcher.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/common/handle_watcher.h"
|
| +#include "mojo/message_pump/handle_watcher.h"
|
|
|
| #include <map>
|
|
|
| @@ -21,9 +21,9 @@
|
| #include "base/threading/thread.h"
|
| #include "base/threading/thread_restrictions.h"
|
| #include "base/time/time.h"
|
| -#include "mojo/common/message_pump_mojo.h"
|
| -#include "mojo/common/message_pump_mojo_handler.h"
|
| -#include "mojo/common/time_helper.h"
|
| +#include "mojo/message_pump/message_pump_mojo.h"
|
| +#include "mojo/message_pump/message_pump_mojo_handler.h"
|
| +#include "mojo/message_pump/time_helper.h"
|
|
|
| namespace mojo {
|
| namespace common {
|
|
|