Index: cc/test/cc_test_suite.h |
diff --git a/cc/test/cc_test_suite.h b/cc/test/cc_test_suite.h |
index 0d1ca4ff3f49f1e99b1fb07addc224844762ea7f..d1a71fd572e2dbb76d92a08b6184c2e9ff76e387 100644 |
--- a/cc/test/cc_test_suite.h |
+++ b/cc/test/cc_test_suite.h |
@@ -9,7 +9,9 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/test/test_suite.h" |
+namespace base { |
class MessageLoop; |
+} |
namespace cc { |
@@ -24,7 +26,7 @@ class CCTestSuite : public base::TestSuite { |
virtual void Shutdown() OVERRIDE; |
private: |
- scoped_ptr<MessageLoop> message_loop_; |
+ scoped_ptr<base::MessageLoop> message_loop_; |
DISALLOW_COPY_AND_ASSIGN(CCTestSuite); |
}; |