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

Unified Diff: third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.cc

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.cc
diff --git a/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.cc b/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.cc
index c9f225cc904c38d4bf2192c5154843a6d512783a..7c031887565d5a45b685bf2bfecc43c2d4ff5a5f 100644
--- a/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.cc
+++ b/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.cc
@@ -61,8 +61,7 @@ FakeWebTaskRunner::FakeWebTaskRunner(
scoped_refptr<BaseTaskRunner> base_task_runner)
: data_(std::move(data)), base_task_runner_(std::move(base_task_runner)) {}
-FakeWebTaskRunner::~FakeWebTaskRunner() {
-}
+FakeWebTaskRunner::~FakeWebTaskRunner() {}
void FakeWebTaskRunner::setTime(double new_time) {
data_->time_ = new_time;

Powered by Google App Engine
This is Rietveld 408576698