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

Unified Diff: chrome/browser/browsing_data/history_counter_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: chrome/browser/browsing_data/history_counter_browsertest.cc
diff --git a/chrome/browser/browsing_data/history_counter_browsertest.cc b/chrome/browser/browsing_data/history_counter_browsertest.cc
index 9dc159880a406cba76115ad8f8ebe71b2b990210..7379b9b7a4522c37ce0b46b9f14aa5a939d43b90 100644
--- a/chrome/browser/browsing_data/history_counter_browsertest.cc
+++ b/chrome/browser/browsing_data/history_counter_browsertest.cc
@@ -34,7 +34,7 @@ using browsing_data::HistoryCounter;
class HistoryCounterTest : public InProcessBrowserTest {
public:
HistoryCounterTest() {}
- ~HistoryCounterTest() override {};
+ ~HistoryCounterTest() override {}
void SetUpOnMainThread() override {
time_ = base::Time::Now();
« no previous file with comments | « chrome/browser/android/data_usage/data_use_tab_model_unittest.cc ('k') | chrome/browser/chromeos/app_mode/kiosk_app_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698