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

Unified Diff: chrome/browser/sync/profile_sync_factory_mock.cc

Issue 6056008: Move lots of GMock stuff out of line. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright junk Created 9 years, 12 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/sync/profile_sync_factory_mock.cc
diff --git a/chrome/browser/sync/profile_sync_factory_mock.cc b/chrome/browser/sync/profile_sync_factory_mock.cc
index 68fc04569394267194801b8b871aeeb201115003..2d9210015909d24b8c0544956af8580816b7ef6c 100644
--- a/chrome/browser/sync/profile_sync_factory_mock.cc
+++ b/chrome/browser/sync/profile_sync_factory_mock.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -11,6 +11,8 @@ using browser_sync::ChangeProcessor;
using testing::_;
using testing::InvokeWithoutArgs;
+ProfileSyncFactoryMock::ProfileSyncFactoryMock() {}
+
ProfileSyncFactoryMock::ProfileSyncFactoryMock(
AssociatorInterface* bookmark_model_associator,
ChangeProcessor* bookmark_change_processor)
@@ -23,6 +25,8 @@ ProfileSyncFactoryMock::ProfileSyncFactoryMock(
&ProfileSyncFactoryMock::MakeBookmarkSyncComponents));
}
+ProfileSyncFactoryMock::~ProfileSyncFactoryMock() {}
+
ProfileSyncFactory::SyncComponents
ProfileSyncFactoryMock::MakeBookmarkSyncComponents() {
return SyncComponents(bookmark_model_associator_.release(),

Powered by Google App Engine
This is Rietveld 408576698