| Index: chrome/browser/plugins/plugin_info_message_filter_unittest.cc
|
| diff --git a/chrome/browser/plugins/plugin_info_message_filter_unittest.cc b/chrome/browser/plugins/plugin_info_message_filter_unittest.cc
|
| index 3b612dce19d357cd4ea98bd0f7bacf0fcca915ce..621423c21d14d8346cf575eb6b2a13087ebf3adb 100644
|
| --- a/chrome/browser/plugins/plugin_info_message_filter_unittest.cc
|
| +++ b/chrome/browser/plugins/plugin_info_message_filter_unittest.cc
|
| @@ -19,6 +19,7 @@
|
| #include "content/public/browser/plugin_service_filter.h"
|
| #include "content/public/browser/render_process_host.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| +#include "extensions/common/constants.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -218,7 +219,8 @@ TEST_F(PluginInfoMessageFilterTest, GetPluginContentSetting) {
|
|
|
| // Set plugins to click-to-play on example.com and subdomains.
|
| ContentSettingsPattern pattern =
|
| - ContentSettingsPattern::FromString("[*.]example.com");
|
| + ContentSettingsPattern::FromString(extensions::kExtensionScheme,
|
| + "[*.]example.com");
|
| map->SetContentSetting(pattern,
|
| ContentSettingsPattern::Wildcard(),
|
| CONTENT_SETTINGS_TYPE_PLUGINS,
|
|
|