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

Unified Diff: components/browser_sync/profile_sync_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/browser_sync/profile_sync_service_unittest.cc
diff --git a/components/browser_sync/profile_sync_service_unittest.cc b/components/browser_sync/profile_sync_service_unittest.cc
index 4dd3cb85a24675b73f3981bd21573c7723b0f22f..4d56b6d76b8fc9c020936a5cdbc63b58844f2f33 100644
--- a/components/browser_sync/profile_sync_service_unittest.cc
+++ b/components/browser_sync/profile_sync_service_unittest.cc
@@ -60,7 +60,7 @@ class FakeDataTypeManager : public syncer::DataTypeManager {
explicit FakeDataTypeManager(const ConfigureCalled& configure_called)
: configure_called_(configure_called) {}
- ~FakeDataTypeManager() override{};
+ ~FakeDataTypeManager() override {}
void Configure(syncer::ModelTypeSet desired_types,
syncer::ConfigureReason reason) override {
@@ -72,7 +72,7 @@ class FakeDataTypeManager : public syncer::DataTypeManager {
void ResetDataTypeErrors() override {}
void PurgeForMigration(syncer::ModelTypeSet undesired_types,
syncer::ConfigureReason reason) override {}
- void Stop() override{};
+ void Stop() override {}
ModelTypeSet GetActiveDataTypes() const override { return ModelTypeSet(); }
bool IsNigoriEnabled() const override { return true; }
State state() const override { return syncer::DataTypeManager::CONFIGURED; }
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_unittest.cc ('k') | components/history/core/browser/typed_url_sync_bridge_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698