diff options
Diffstat (limited to 'chrome/browser/jsmessage_box_handler.h')
-rw-r--r-- | chrome/browser/jsmessage_box_handler.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/chrome/browser/jsmessage_box_handler.h b/chrome/browser/jsmessage_box_handler.h index 920d03d..6873605 100644 --- a/chrome/browser/jsmessage_box_handler.h +++ b/chrome/browser/jsmessage_box_handler.h @@ -2,13 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROME_BROWSER_JSMESSAGE_BOX_HANDLER_H_ -#define CHROME_BROWSER_JSMESSAGE_BOX_HANDLER_H_ +#ifndef CHROME_BROWSER_JSMESSAGE_BOX_HANDLER_H__ +#define CHROME_BROWSER_JSMESSAGE_BOX_HANDLER_H__ #include "chrome/common/ipc_message.h" #include "chrome/views/app_modal_dialog_delegate.h" #include "chrome/common/notification_service.h" -#include "chrome/common/notification_registrar.h" class MessageBoxView; class WebContents; @@ -65,8 +64,6 @@ class JavascriptMessageBoxHandler const NotificationSource& source, const NotificationDetails& details); - NotificationRegistrar registrar_; - // The message box view whose commands we handle. MessageBoxView* message_box_view_; @@ -86,4 +83,5 @@ class JavascriptMessageBoxHandler DISALLOW_EVIL_CONSTRUCTORS(JavascriptMessageBoxHandler); }; -#endif // CHROME_BROWSER_JSMESSAGE_BOX_HANDLER_H_ +#endif // CHROME_BROWSER_JSMESSAGE_BOX_HANDLER_H__ + |