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

Unified Diff: cc/test/CCSchedulerTestCommon.cpp

Issue 11048044: cc: Switch to Chromium DCHECKs and LOGs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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
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)

Powered by Google App Engine
This is Rietveld 408576698