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

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, 4 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 e970457bdf36914f2e39780b77e19b441fe36228..c117d01c8837ef0708a2da4d2c53bd9d5e18e831 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,
@@ -985,3 +987,5 @@ TEST_F(ProfileSyncServiceAutofillTest, ProcessUserChangeError) {
Source<WebDataService>(web_data_service_.get()),
Details<AutofillChangeList>(&changes));
}
+
+#endif
« no previous file with comments | « chrome/browser/password_manager/password_store_mac_unittest.cc ('k') | testing/gmock/include/gmock/gmock-actions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698