| Index: chrome/browser/content_settings/host_content_settings_map_unittest.cc
|
| diff --git a/chrome/browser/content_settings/host_content_settings_map_unittest.cc b/chrome/browser/content_settings/host_content_settings_map_unittest.cc
|
| index 0018d7f43e6d67de1cbcaab26425e1d46cd94e11..3387b3cb07c66e9f46a0f4e77b39ce3fcea9d027 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map_unittest.cc
|
| +++ b/chrome/browser/content_settings/host_content_settings_map_unittest.cc
|
| @@ -917,6 +917,7 @@ TEST_F(HostContentSettingsMapTest, ShouldAllowAllContent) {
|
| TestingProfile profile;
|
| HostContentSettingsMap* host_content_settings_map =
|
| profile.GetHostContentSettingsMap();
|
| + ALLOW_UNUSED_LOCAL(host_content_settings_map); // MSVC is retarded
|
|
|
| GURL http_host("http://example.com/");
|
| GURL https_host("https://example.com/");
|
|
|