Index: cc/test/CCSchedulerTestCommon.cpp |
diff --git a/cc/test/CCSchedulerTestCommon.cpp b/cc/test/CCSchedulerTestCommon.cpp |
index 728cdc52f7ad1e411583e1cd4939edad48211af2..4d9e5c4ec60e11cdfb19a5fa71782dbac9e4dada 100644 |
--- a/cc/test/CCSchedulerTestCommon.cpp |
+++ b/cc/test/CCSchedulerTestCommon.cpp |
@@ -6,6 +6,8 @@ |
#include "CCSchedulerTestCommon.h" |
+#include "base/logging.h" |
+ |
namespace WebKitTests { |
void FakeCCTimeSourceClient::onTimerTick() |
@@ -24,7 +26,7 @@ FakeCCThread::~FakeCCThread() |
void FakeCCThread::postTask(PassOwnPtr<Task>) |
{ |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
} |
void FakeCCThread::postDelayedTask(PassOwnPtr<Task> task, long long delay) |