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

Unified Diff: cc/raster/task_graph_work_queue_unittest.cc

Issue 2926553004: Remove trailing semicolon at the end of a method definition (Closed)
Patch Set: rebase Created 3 years, 6 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/raster/task_graph_work_queue_unittest.cc
diff --git a/cc/raster/task_graph_work_queue_unittest.cc b/cc/raster/task_graph_work_queue_unittest.cc
index cf135c3f77799e6526a30d6d32213de4c53ca27d..1968f3d90ba4caba190548444e6eae873534c3e1 100644
--- a/cc/raster/task_graph_work_queue_unittest.cc
+++ b/cc/raster/task_graph_work_queue_unittest.cc
@@ -14,7 +14,7 @@ class FakeTaskImpl : public Task {
FakeTaskImpl() {}
// Overridden from Task:
- void RunOnWorkerThread() override{};
+ void RunOnWorkerThread() override {}
private:
~FakeTaskImpl() override {}
« no previous file with comments | « base/power_monitor/power_monitor_unittest.cc ('k') | chrome/browser/android/data_usage/data_use_matcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698