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

Unified Diff: components/offline_pages/core/downloads/download_ui_adapter_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/offline_pages/core/downloads/download_ui_adapter_unittest.cc
diff --git a/components/offline_pages/core/downloads/download_ui_adapter_unittest.cc b/components/offline_pages/core/downloads/download_ui_adapter_unittest.cc
index a52a10eccc440035dd94a4bf6b2b18626dffeb7c..60cafb477680f26487835f278804ee42d322f910 100644
--- a/components/offline_pages/core/downloads/download_ui_adapter_unittest.cc
+++ b/components/offline_pages/core/downloads/download_ui_adapter_unittest.cc
@@ -60,7 +60,7 @@ class DownloadUIAdapterDelegate : public DownloadUIAdapter::Delegate {
bool IsTemporarilyHiddenInUI(const ClientId& client_id) override {
return is_temporarily_hidden;
}
- void SetUIAdapter(DownloadUIAdapter* ui_adapter) override{};
+ void SetUIAdapter(DownloadUIAdapter* ui_adapter) override {}
bool is_visible = true;
bool is_temporarily_hidden = false;

Powered by Google App Engine
This is Rietveld 408576698