| Index: content/browser/renderer_host/media/media_stream_ui_proxy.h
|
| diff --git a/content/browser/renderer_host/media/media_stream_ui_proxy.h b/content/browser/renderer_host/media/media_stream_ui_proxy.h
|
| index fe1dde5d5bdf616c27f0ad9fbf4d6343cfa8dfad..810a29a5d812568f2397ed6e5dbe2ef2699d9523 100644
|
| --- a/content/browser/renderer_host/media/media_stream_ui_proxy.h
|
| +++ b/content/browser/renderer_host/media/media_stream_ui_proxy.h
|
| @@ -9,6 +9,7 @@
|
| #include "base/callback.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "content/public/browser/browser_thread.h"
|
| #include "content/public/common/media_stream_request.h"
|
|
|
| namespace content {
|
| @@ -65,7 +66,7 @@ class CONTENT_EXPORT MediaStreamUIProxy {
|
| void OnWindowId(const WindowIdCallback& window_id_callback,
|
| gfx::NativeViewId* window_id);
|
|
|
| - scoped_ptr<Core> core_;
|
| + scoped_ptr<Core, content::BrowserThread::DeleteOnUIThread> core_;
|
| ResponseCallback response_callback_;
|
| base::Closure stop_callback_;
|
|
|
|
|