| Index: chrome/browser/component_updater/flash_component_installer.h
|
| diff --git a/chrome/browser/component_updater/flash_component_installer.h b/chrome/browser/component_updater/flash_component_installer.h
|
| index 45fe22ff10b19526d0984b6068ecc3278f9fa83d..aef90a69e9fcfd41e3e9c675e34b7268f81a41f9 100644
|
| --- a/chrome/browser/component_updater/flash_component_installer.h
|
| +++ b/chrome/browser/component_updater/flash_component_installer.h
|
| @@ -6,10 +6,10 @@
|
| #define CHROME_BROWSER_COMPONENT_UPDATER_FLASH_COMPONENT_INSTALLER_H_
|
|
|
| class ComponentUpdateService;
|
| -class Version;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| +class Version;
|
| }
|
|
|
| // Our job is to 1) find what Pepper flash is installed (if any) and 2) register
|
| @@ -20,6 +20,6 @@ void RegisterPepperFlashComponent(ComponentUpdateService* cus);
|
| // Returns true if this browser is compatible with the given Pepper Flash
|
| // manifest, with the version specified in the manifest in |version_out|.
|
| bool CheckPepperFlashManifest(base::DictionaryValue* manifest,
|
| - Version* version_out);
|
| + base::Version* version_out);
|
|
|
| #endif // CHROME_BROWSER_COMPONENT_UPDATER_FLASH_COMPONENT_INSTALLER_H_
|
|
|