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

Unified Diff: chrome/browser/android/data_usage/data_use_tab_model_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: chrome/browser/android/data_usage/data_use_tab_model_unittest.cc
diff --git a/chrome/browser/android/data_usage/data_use_tab_model_unittest.cc b/chrome/browser/android/data_usage/data_use_tab_model_unittest.cc
index 1eaef7e9c85317b7a1382a2940b1b1937c5215bf..f90901b2732ab229dce6d59d3cc91f411157a034 100644
--- a/chrome/browser/android/data_usage/data_use_tab_model_unittest.cc
+++ b/chrome/browser/android/data_usage/data_use_tab_model_unittest.cc
@@ -81,7 +81,7 @@ class TestExternalDataUseObserverBridge
public:
TestExternalDataUseObserverBridge() {}
void FetchMatchingRules() const override {}
- void ShouldRegisterAsDataUseObserver(bool should_register) const override{};
+ void ShouldRegisterAsDataUseObserver(bool should_register) const override {}
};
std::unique_ptr<content::NavigationEntry> CreateNavigationEntry(

Powered by Google App Engine
This is Rietveld 408576698