| Index: chrome/renderer/webmediaplayer_impl.h
|
| ===================================================================
|
| --- chrome/renderer/webmediaplayer_impl.h (revision 15492)
|
| +++ chrome/renderer/webmediaplayer_impl.h (working copy)
|
| @@ -171,7 +171,7 @@
|
|
|
| // Message loops for posting tasks between Chrome's main thread. Also used
|
| // for DCHECKs so methods calls won't execute in the wrong thread.
|
| - MessageLoop* |main_loop_|;
|
| + MessageLoop* main_loop_;
|
|
|
| // A collection of factories for creating filters.
|
| scoped_refptr<media::FilterFactoryCollection> filter_factory_;
|
|
|