diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-31 01:24:44 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-31 01:24:44 +0000 |
commit | 8dd21c4de17c8011703f3ac5a6e155b6325f65a2 (patch) | |
tree | 3c0cf3918079a3ff46c9085eccb8048d7ab75cbf /chrome/browser/sync/test_profile_sync_service.h | |
parent | ed455379daa50edcefa37dd5670c12e84dce72f6 (diff) | |
download | chromium_src-8dd21c4de17c8011703f3ac5a6e155b6325f65a2.zip chromium_src-8dd21c4de17c8011703f3ac5a6e155b6325f65a2.tar.gz chromium_src-8dd21c4de17c8011703f3ac5a6e155b6325f65a2.tar.bz2 |
Fix presubmit errors part 2.
BUG=50266
TEST=None
Review URL: http://codereview.chromium.org/3064026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54420 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/test_profile_sync_service.h')
-rw-r--r-- | chrome/browser/sync/test_profile_sync_service.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h index ba4a264..9cb6973 100644 --- a/chrome/browser/sync/test_profile_sync_service.h +++ b/chrome/browser/sync/test_profile_sync_service.h @@ -35,8 +35,7 @@ ACTION(ReturnNewDataTypeManager) { // running in these tests, and allows tests to provide a task on construction // to set up initial nodes to mock out an actual server initial sync // download. -class SyncBackendHostForProfileSyncTest : - public browser_sync::SyncBackendHost { +class SyncBackendHostForProfileSyncTest : public browser_sync::SyncBackendHost { public: SyncBackendHostForProfileSyncTest(browser_sync::SyncFrontend* frontend, Profile* profile, |