diff options
Diffstat (limited to 'chrome/browser/repost_form_warning_dialog.h')
-rw-r--r-- | chrome/browser/repost_form_warning_dialog.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/chrome/browser/repost_form_warning_dialog.h b/chrome/browser/repost_form_warning_dialog.h index 8aeba7b..3e41f63 100644 --- a/chrome/browser/repost_form_warning_dialog.h +++ b/chrome/browser/repost_form_warning_dialog.h @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROME_BROWSER_REPOST_FORM_WARNING_H__ -#define CHROME_BROWSER_REPOST_FORM_WARNING_H__ +#ifndef CHROME_BROWSER_REPOST_FORM_WARNING_H_ +#define CHROME_BROWSER_REPOST_FORM_WARNING_H_ -#include "chrome/common/notification_service.h" +#include "chrome/common/notification_observer.h" #include "chrome/views/dialog_delegate.h" class MessageBoxView; @@ -50,8 +50,7 @@ class RepostFormWarningDialog : public views::DialogDelegate, // Navigation controller, used to continue the reload. NavigationController* navigation_controller_; - DISALLOW_EVIL_CONSTRUCTORS(RepostFormWarningDialog); + DISALLOW_COPY_AND_ASSIGN(RepostFormWarningDialog); }; -#endif // CHROME_BROWSER_REPOST_FORM_WARNING_H__ - +#endif // CHROME_BROWSER_REPOST_FORM_WARNING_H_ |