diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-01 23:16:39 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-01 23:16:39 +0000 |
commit | d5d9bc52bdb680caf25f7c7216cd85aa53bec2f7 (patch) | |
tree | a90e3e30b07ad8d9fc0924dd5a4b8823b1e21157 /chrome/browser/sync/glue | |
parent | debf51be16b4e30f981f0732f7ad191ca1f7239d (diff) | |
download | chromium_src-d5d9bc52bdb680caf25f7c7216cd85aa53bec2f7.zip chromium_src-d5d9bc52bdb680caf25f7c7216cd85aa53bec2f7.tar.gz chromium_src-d5d9bc52bdb680caf25f7c7216cd85aa53bec2f7.tar.bz2 |
Chromium style checker cleanup
Automated clean up of style checker errors that were missed due to the plugin
not being executed on implementation files.
BUG=115047
Review URL: https://chromiumcodereview.appspot.com/13191010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191697 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/glue')
-rw-r--r-- | chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc index 7d420f9..d89afb0 100644 --- a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc +++ b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc @@ -118,7 +118,7 @@ class MockWebDataServiceWrapperSyncable : public MockWebDataServiceWrapper { : MockWebDataServiceWrapper(NULL, new FakeWebDataService()) { } - void Shutdown() OVERRIDE { + virtual void Shutdown() OVERRIDE { static_cast<FakeWebDataService*>( fake_autofill_web_data_.get())->ShutdownOnUIThread(); } |