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

Unified Diff: media/base/test_helpers.h

Issue 13243003: Move MessageLoop to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « media/base/pipeline.h ('k') | media/filters/gpu_video_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/test_helpers.h
diff --git a/media/base/test_helpers.h b/media/base/test_helpers.h
index 1c386948733499d09bdde7d71b1c1a83aea5ad21..097c5f84e8c4993c2ff8bf77ad0710ad0ae94223 100644
--- a/media/base/test_helpers.h
+++ b/media/base/test_helpers.h
@@ -9,7 +9,9 @@
#include "media/base/pipeline_status.h"
#include "testing/gmock/include/gmock/gmock.h"
+namespace base {
class MessageLoop;
+}
namespace media {
@@ -45,7 +47,7 @@ class WaitableMessageLoopEvent {
void OnCallback(PipelineStatus status);
void OnTimeout();
- MessageLoop* message_loop_;
+ base::MessageLoop* message_loop_;
bool signaled_;
PipelineStatus status_;
« no previous file with comments | « media/base/pipeline.h ('k') | media/filters/gpu_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698