From 44f9c950c66c18b205f1dd56a793693899b5057a Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Sun, 2 Jan 2011 06:05:39 +0000 Subject: Move CancellationFlag and WaitableEvent to the synchronization subdirectory. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/5977010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70369 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/client/chromoting_view.cc | 2 +- remoting/jingle_glue/jingle_client_unittest.cc | 2 +- remoting/jingle_glue/jingle_thread.h | 2 +- remoting/jingle_glue/jingle_thread_unittest.cc | 2 +- remoting/protocol/jingle_session_unittest.cc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'remoting') diff --git a/remoting/client/chromoting_view.cc b/remoting/client/chromoting_view.cc index 5df85b67..e8b5f0f 100644 --- a/remoting/client/chromoting_view.cc +++ b/remoting/client/chromoting_view.cc @@ -5,7 +5,7 @@ #include "remoting/client/chromoting_view.h" #include "base/message_loop.h" -#include "base/waitable_event.h" +#include "base/synchronization/waitable_event.h" #include "remoting/base/tracer.h" namespace remoting { diff --git a/remoting/jingle_glue/jingle_client_unittest.cc b/remoting/jingle_glue/jingle_client_unittest.cc index 08452c3..807f061 100644 --- a/remoting/jingle_glue/jingle_client_unittest.cc +++ b/remoting/jingle_glue/jingle_client_unittest.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 "base/waitable_event.h" +#include "base/synchronization/waitable_event.h" #include "remoting/jingle_glue/jingle_client.h" #include "remoting/jingle_glue/jingle_thread.h" #include "testing/gmock/include/gmock/gmock.h" diff --git a/remoting/jingle_glue/jingle_thread.h b/remoting/jingle_glue/jingle_thread.h index bd60879..be64f00 100644 --- a/remoting/jingle_glue/jingle_thread.h +++ b/remoting/jingle_glue/jingle_thread.h @@ -7,7 +7,7 @@ #include "base/message_loop.h" #include "base/tracked_objects.h" -#include "base/waitable_event.h" +#include "base/synchronization/waitable_event.h" #include "third_party/libjingle/source/talk/base/messagequeue.h" #include "third_party/libjingle/source/talk/base/taskrunner.h" #include "third_party/libjingle/source/talk/base/thread.h" diff --git a/remoting/jingle_glue/jingle_thread_unittest.cc b/remoting/jingle_glue/jingle_thread_unittest.cc index e144727..287af05 100644 --- a/remoting/jingle_glue/jingle_thread_unittest.cc +++ b/remoting/jingle_glue/jingle_thread_unittest.cc @@ -4,7 +4,7 @@ #include "base/message_loop.h" #include "base/time.h" -#include "base/waitable_event.h" +#include "base/synchronization/waitable_event.h" #include "remoting/jingle_glue/jingle_thread.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/remoting/protocol/jingle_session_unittest.cc b/remoting/protocol/jingle_session_unittest.cc index f7b60f7..fb5f43a 100644 --- a/remoting/protocol/jingle_session_unittest.cc +++ b/remoting/protocol/jingle_session_unittest.cc @@ -7,7 +7,7 @@ #include "base/nss_util.h" #include "base/path_service.h" #include "base/time.h" -#include "base/waitable_event.h" +#include "base/synchronization/waitable_event.h" #include "base/test/test_timeouts.h" #include "net/base/completion_callback.h" #include "net/base/io_buffer.h" -- cgit v1.1