Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: chrome/renderer/webmediaplayer_impl.h

Issue 115059: Remove chrome/renderer/media/data_source_impl.{cc, h} from building... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/renderer/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/renderer/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698