| Index: chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc
|
| diff --git a/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc b/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc
|
| index d07217886f0ad29e4106bbddef1ed6dbd1c4cf7c..c80e9293ab033392611a7d6db845d7e8c414ada4 100644
|
| --- a/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc
|
| +++ b/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc
|
| @@ -90,8 +90,8 @@ class PepperOutputProtectionMessageFilter::Delegate
|
|
|
| // aura::WindowObserver overrides.
|
| virtual void OnWindowHierarchyChanged(
|
| - const aura::WindowObserver::HierarchyChangeParams& params) OVERRIDE;
|
| - virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
|
| + const aura::WindowObserver::HierarchyChangeParams& params) override;
|
| + virtual void OnWindowDestroying(aura::Window* window) override;
|
|
|
| int32_t OnQueryStatus(uint32_t* link_mask, uint32_t* protection_mask);
|
| int32_t OnEnableProtection(uint32_t desired_method_mask);
|
|
|