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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_database_unittest.cc

Issue 16243: * Bring up GreaseMonkeySlave unittest on OS X. (Closed)
Patch Set: Created 12 years 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
« no previous file with comments | « no previous file | chrome/chrome.xcodeproj/project.pbxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
index 7706a599d10990906571d2a72ebf6ccdc6bd8534..9e3f5e7366f5fa2c55003393e9048ae3db86c6ee 100644
--- a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
@@ -19,6 +19,7 @@
#include "chrome/common/chrome_switches.h"
#include "googleurl/src/gurl.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "testing/platform_test.h"
using base::Time;
@@ -95,8 +96,11 @@ namespace {
} // namespace
+class SafeBrowsingDatabasePlatformTest : public PlatformTest {
+};
+
// Tests retrieving list name information.
-TEST(SafeBrowsingDatabase, ListName) {
+TEST_F(SafeBrowsingDatabasePlatformTest, ListName) {
SafeBrowsingDatabase* database = SetupTestDatabase();
// Insert some malware add chunks.
« no previous file with comments | « no previous file | chrome/chrome.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698