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

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

Issue 2857015: Clang/mac: Get unit_tests built. (Closed)
Patch Set: rebase Created 10 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: chrome/browser/sync/profile_sync_service_autofill_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
index 21a7b07a1cd9febb23bdd3d03c995300755d4da3..df608d2d65dc9a4cd78d6f05eafa6afaa8f6046d 100644
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
@@ -52,6 +52,8 @@ using testing::Return;
using testing::SaveArg;
using testing::SetArgumentPointee;
+#if 0
+
class WebDatabaseMock : public WebDatabase {
public:
MOCK_METHOD2(RemoveFormElement,
@@ -979,3 +981,5 @@ TEST_F(ProfileSyncServiceAutofillTest, ProcessUserChangeError) {
Source<WebDataService>(web_data_service_.get()),
Details<AutofillChangeList>(&changes));
}
+
+#endif

Powered by Google App Engine
This is Rietveld 408576698