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

Unified Diff: content/browser/generic_sensor_browsertest.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: content/browser/generic_sensor_browsertest.cc
diff --git a/content/browser/generic_sensor_browsertest.cc b/content/browser/generic_sensor_browsertest.cc
index 364e3087535d07b01cc3138c86df5c244aa118d8..66375fe3fa4eb304a5034a85a3cc9dff9199d0c2 100644
--- a/content/browser/generic_sensor_browsertest.cc
+++ b/content/browser/generic_sensor_browsertest.cc
@@ -47,7 +47,7 @@ class FakeAmbientLightSensor : public device::PlatformSensor {
return true;
}
- void StopSensor() override {};
+ void StopSensor() override {}
protected:
~FakeAmbientLightSensor() override = default;
« no previous file with comments | « content/browser/download/download_worker.cc ('k') | content/browser/media/capture/cursor_renderer_mac_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698