diff options
Diffstat (limited to 'chrome/browser/cocoa/extensions/extension_popup_controller.h')
-rw-r--r-- | chrome/browser/cocoa/extensions/extension_popup_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/extensions/extension_popup_controller.h b/chrome/browser/cocoa/extensions/extension_popup_controller.h index ec31816..d7042ea 100644 --- a/chrome/browser/cocoa/extensions/extension_popup_controller.h +++ b/chrome/browser/cocoa/extensions/extension_popup_controller.h @@ -50,7 +50,7 @@ class NotificationRegistrar; scoped_ptr<DevtoolsNotificationBridge> notificationBridge_; // Whether the popup has a devtools window attached to it. - bool beingInspected_; + BOOL beingInspected_; } // Returns the ExtensionHost object associated with this popup. |