diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/child_process.h | 2 | ||||
-rw-r--r-- | chrome/common/net/url_fetcher_unittest.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/child_process.h b/chrome/common/child_process.h index ee32c93..c656317 100644 --- a/chrome/common/child_process.h +++ b/chrome/common/child_process.h @@ -9,7 +9,7 @@ #include "base/basictypes.h" #include "base/scoped_ptr.h" #include "base/threading/thread.h" -#include "base/waitable_event.h" +#include "base/synchronization/waitable_event.h" class ChildThread; diff --git a/chrome/common/net/url_fetcher_unittest.cc b/chrome/common/net/url_fetcher_unittest.cc index 47ba221..1618892 100644 --- a/chrome/common/net/url_fetcher_unittest.cc +++ b/chrome/common/net/url_fetcher_unittest.cc @@ -4,7 +4,7 @@ #include "base/message_loop_proxy.h" #include "base/threading/thread.h" -#include "base/waitable_event.h" +#include "base/synchronization/waitable_event.h" #include "build/build_config.h" #include "chrome/common/chrome_plugin_lib.h" #include "chrome/common/net/url_fetcher.h" |