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

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, 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/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 3db112dcaebac21d8d2063780104e04efc94cf58..48103c7ae04048688aad55b0db0b44303be8e48a 100644
--- a/chrome/browser/password_manager/password_store_mac_unittest.cc
+++ b/chrome/browser/password_manager/password_store_mac_unittest.cc
@@ -22,6 +22,7 @@ using webkit_glue::PasswordForm;
using testing::_;
using testing::DoAll;
using testing::WithArg;
+#if 0
namespace {
@@ -1022,3 +1023,4 @@ TEST_F(PasswordStoreMacTest, TestStoreUpdate) {
STLDeleteElements(&matching_items);
}
}
+#endif

Powered by Google App Engine
This is Rietveld 408576698