Index: content/common/gpu/media/vaapi_video_decode_accelerator.cc |
diff --git a/content/common/gpu/media/vaapi_video_decode_accelerator.cc b/content/common/gpu/media/vaapi_video_decode_accelerator.cc |
index 251930c2b05a781cc1ed37fc61e316685b907e04..8762226774ca638aa7e665eb28128393719d8a9a 100644 |
--- a/content/common/gpu/media/vaapi_video_decode_accelerator.cc |
+++ b/content/common/gpu/media/vaapi_video_decode_accelerator.cc |
@@ -9,7 +9,7 @@ |
#include "base/stl_util.h" |
#include "base/string_util.h" |
#include "base/synchronization/waitable_event.h" |
-#include "content/common/child_thread.h" |
+#include "content/child/child_thread.h" |
scottmg
2013/06/04 23:54:14
Actually, I guess this include is wrong, but as fa
jam
2013/06/05 16:54:58
why do you say the include is wrong? it appears th
scottmg
2013/06/05 17:19:27
Yah, that's what I meant (it's going child->common
jam
2013/06/06 16:07:30
theoretically, yes. there are just a bunch of incl
|
#include "content/common/gpu/gpu_channel.h" |
#include "content/common/gpu/media/vaapi_video_decode_accelerator.h" |
#include "media/base/bind_to_loop.h" |