summaryrefslogtreecommitdiffstats
path: root/sync/syncable
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-07 22:19:56 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-07 22:19:56 +0000
commit6d44a14e97a406f13598e7dcee08e978d36deaeb (patch)
tree508350a65fe750bf122775c096bc4747bfdebf67 /sync/syncable
parent393a331ee18d32236436805a3a41d786d39b1204 (diff)
downloadchromium_src-6d44a14e97a406f13598e7dcee08e978d36deaeb.zip
chromium_src-6d44a14e97a406f13598e7dcee08e978d36deaeb.tar.gz
chromium_src-6d44a14e97a406f13598e7dcee08e978d36deaeb.tar.bz2
Linux/ChromeOS Chromium style checker cleanup, sync/ edition.
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/12209033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181373 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/syncable')
-rw-r--r--sync/syncable/syncable_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/syncable/syncable_unittest.cc b/sync/syncable/syncable_unittest.cc
index 7eb0adc..19023c4 100644
--- a/sync/syncable/syncable_unittest.cc
+++ b/sync/syncable/syncable_unittest.cc
@@ -2103,7 +2103,7 @@ class StressTransactionsDelegate : public base::PlatformThread::Delegate {
const int thread_number_;
// PlatformThread::Delegate methods:
- virtual void ThreadMain() {
+ virtual void ThreadMain() OVERRIDE {
int entry_count = 0;
std::string path_name;