| Index: chrome/renderer/plugins/plugin_uma_unittest.cc
|
| diff --git a/chrome/renderer/plugins/plugin_uma_unittest.cc b/chrome/renderer/plugins/plugin_uma_unittest.cc
|
| index 7bce210e02ce577acc5ebed38f7726335ae728ab..cade961b454de1d8a647daa8359ca9d24b996ea8 100644
|
| --- a/chrome/renderer/plugins/plugin_uma_unittest.cc
|
| +++ b/chrome/renderer/plugins/plugin_uma_unittest.cc
|
| @@ -5,6 +5,7 @@
|
| #include <gtest/gtest.h>
|
|
|
| #include "chrome/renderer/plugins/plugin_uma.h"
|
| +#include "ppapi/features/features.h"
|
|
|
| class PluginUMATest : public testing::Test {
|
| public:
|
| @@ -103,7 +104,7 @@ TEST_F(PluginUMATest, ShockwaveFlash) {
|
| }
|
|
|
| TEST_F(PluginUMATest, WidevineCdm) {
|
| -#if defined(ENABLE_PEPPER_CDMS)
|
| +#if BUILDFLAG(ENABLE_PEPPER_CDMS)
|
| ExpectPluginType(PluginUMAReporter::WIDEVINE_CDM,
|
| #else
|
| ExpectPluginType(PluginUMAReporter::UNSUPPORTED_MIMETYPE,
|
|
|