Index: chrome/common/chrome_paths.cc |
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc |
index 6960bf3c61e3bd02a701c4c3d91821208cfcf337..fa091b91957bc46b07d90db1134cd74f67a1c431 100644 |
--- a/chrome/common/chrome_paths.cc |
+++ b/chrome/common/chrome_paths.cc |
@@ -16,6 +16,7 @@ |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_paths_internal.h" |
#include "chrome/common/widevine_cdm_constants.h" |
+#include "components/component_updater/component_updater_constants.h" |
#include "ui/base/ui_base_paths.h" |
#if defined(OS_ANDROID) |
@@ -299,7 +300,7 @@ bool PathProvider(int key, base::FilePath* result) { |
case chrome::FILE_PEPPER_FLASH_PLUGIN: |
if (!PathService::Get(chrome::DIR_PEPPER_FLASH_PLUGIN, &cur)) |
return false; |
- cur = cur.Append(chrome::kPepperFlashPluginFilename); |
+ cur = cur.Append(component_updater::kPepperFlashPluginFilename); |
break; |
case chrome::FILE_PDF_PLUGIN: |
if (!GetInternalPluginsDirectory(&cur)) |