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

Unified Diff: components/web_resource/web_resource_service_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: components/web_resource/web_resource_service_unittest.cc
diff --git a/components/web_resource/web_resource_service_unittest.cc b/components/web_resource/web_resource_service_unittest.cc
index b8758105d3fd8fe795aa406e18e2f7ddc92e855a..79d08c226e81f9d6325a04763d6db1fbacd07822 100644
--- a/components/web_resource/web_resource_service_unittest.cc
+++ b/components/web_resource/web_resource_service_unittest.cc
@@ -73,7 +73,7 @@ class TestWebResourceService : public WebResourceService {
parse_json_callback,
TRAFFIC_ANNOTATION_FOR_TESTS){};
- void Unpack(const base::DictionaryValue& parsed_json) override{};
+ void Unpack(const base::DictionaryValue& parsed_json) override {}
};
class WebResourceServiceTest : public testing::Test {

Powered by Google App Engine
This is Rietveld 408576698