| Index: chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm
|
| index c3de086007abc5fe09d15c8e91ed1f83b4991e13..6bccfde7c649426e06b5eefcea32671e81160747 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm
|
| @@ -20,6 +20,8 @@
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/notification_source.h"
|
|
|
| +using content::RenderViewHost;
|
| +
|
| namespace {
|
| // The duration for any animations that might be invoked by this controller.
|
| const NSTimeInterval kAnimationDuration = 0.2;
|
|
|