| 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.
|
|
|