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

Unified Diff: cc/test/scheduler_test_common.cc

Issue 11196014: Revert "cc: Switch to Chromium DCHECKs LOGs" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « cc/test/scheduler_test_common.h ('k') | cc/texture_copier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/scheduler_test_common.cc
diff --git a/cc/test/scheduler_test_common.cc b/cc/test/scheduler_test_common.cc
index e956b5d603c42c42cf53b4fd32295f3e721236f6..3e58f36aaf2e7d64b3bfa812b2c6a6be1476fb52 100644
--- a/cc/test/scheduler_test_common.cc
+++ b/cc/test/scheduler_test_common.cc
@@ -6,8 +6,6 @@
#include "cc/test/scheduler_test_common.h"
-#include "base/logging.h"
-
namespace WebKitTests {
void FakeCCTimeSourceClient::onTimerTick()
@@ -26,7 +24,7 @@ FakeCCThread::~FakeCCThread()
void FakeCCThread::postTask(PassOwnPtr<Task>)
{
- NOTREACHED();
+ ASSERT_NOT_REACHED();
}
void FakeCCThread::postDelayedTask(PassOwnPtr<Task> task, long long delay)
« no previous file with comments | « cc/test/scheduler_test_common.h ('k') | cc/texture_copier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698