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

Unified Diff: cc/base/blocking_task_runner.cc

Issue 1057283003: Remove parts of //cc we aren't using (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « cc/base/blocking_task_runner.h ('k') | cc/base/cc_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/blocking_task_runner.cc
diff --git a/cc/trees/blocking_task_runner.cc b/cc/base/blocking_task_runner.cc
similarity index 95%
rename from cc/trees/blocking_task_runner.cc
rename to cc/base/blocking_task_runner.cc
index 1111e9bf4b72fd842444b5a939cd3115dc9c0aa0..d19d237546c4bd6a1a0f0ba425101384322135ce 100644
--- a/cc/trees/blocking_task_runner.cc
+++ b/cc/base/blocking_task_runner.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/trees/blocking_task_runner.h"
+#include "cc/base/blocking_task_runner.h"
#include <utility>
@@ -25,7 +25,8 @@ BlockingTaskRunner::BlockingTaskRunner(
capture_(0) {
}
-BlockingTaskRunner::~BlockingTaskRunner() {}
+BlockingTaskRunner::~BlockingTaskRunner() {
+}
bool BlockingTaskRunner::BelongsToCurrentThread() {
return base::PlatformThread::CurrentId() == thread_id_;
« no previous file with comments | « cc/base/blocking_task_runner.h ('k') | cc/base/cc_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698