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

Unified Diff: chrome/browser/password_manager/password_store_mac_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/password_manager/password_store_mac_unittest.cc
diff --git a/chrome/browser/password_manager/password_store_mac_unittest.cc b/chrome/browser/password_manager/password_store_mac_unittest.cc
index 7fefc31567eaf04d0d85b740e794bc6cbacecc91..926a22eb6a724bdfe496a21f1b3484c772e40c32 100644
--- a/chrome/browser/password_manager/password_store_mac_unittest.cc
+++ b/chrome/browser/password_manager/password_store_mac_unittest.cc
@@ -13,6 +13,7 @@
#include "chrome/browser/password_manager/password_store_mac_internal.h"
using webkit_glue::PasswordForm;
+#if 0
class PasswordStoreMacTest : public testing::Test {
public:
@@ -856,3 +857,4 @@ TEST_F(PasswordStoreMacTest, TestPasswordGetAll) {
EXPECT_EQ(arraysize(owned_password_data), owned_passwords.size());
STLDeleteElements(&owned_passwords);
}
+#endif

Powered by Google App Engine
This is Rietveld 408576698