From ac9ba8fe1d2f2397de3d7c4cebfb3c659d226fd3 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Thu, 30 Dec 2010 18:08:36 +0000 Subject: Move some misc thread-related stuff from base to base/thread and into the base namespace. This does not move the "hard" thread stuff (thread.h). TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6079009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70315 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/shared_impl/audio_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ppapi/shared_impl/audio_impl.h') diff --git a/ppapi/shared_impl/audio_impl.h b/ppapi/shared_impl/audio_impl.h index 3a45142..f4d5681 100644 --- a/ppapi/shared_impl/audio_impl.h +++ b/ppapi/shared_impl/audio_impl.h @@ -6,9 +6,9 @@ #define PPAPI_SHARED_IMPL_AUDIO_IMPL_H_ #include "base/scoped_ptr.h" -#include "base/simple_thread.h" #include "base/shared_memory.h" #include "base/sync_socket.h" +#include "base/threading/simple_thread.h" #include "ppapi/c/dev/ppb_audio_dev.h" namespace pp { -- cgit v1.1