Index: chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win_unittest.cc |
diff --git a/chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win_unittest.cc |
index 9be80141b1c568d0a0a42bac3e5e958652f78cbb..9a6f476040aef8c3ac5fa1ff5d05c5dfa13e6458 100644 |
--- a/chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win_unittest.cc |
+++ b/chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win_unittest.cc |
@@ -169,6 +169,7 @@ TEST(SafeBrowsingEnvironmentDataCollectionWinTest, CollectDllBlacklistData) { |
EXPECT_EQ(path_expected, process_report_path); |
} |
+#if !defined(_WIN64) |
TEST(SafeBrowsingEnvironmentDataCollectionWinTest, VerifyLoadedModules) { |
// Load the test modules. |
std::vector<base::ScopedNativeLibrary> test_dlls(kTestDllNamesCount); |
@@ -218,5 +219,6 @@ TEST(SafeBrowsingEnvironmentDataCollectionWinTest, VerifyLoadedModules) { |
EXPECT_EQ(std::string(kTestExportName), |
process_report.module_state(0).modified_export(0)); |
} |
+#endif // _WIN64 |
} // namespace safe_browsing |