| Index: chrome/browser/views/bug_report_view.h
|
| ===================================================================
|
| --- chrome/browser/views/bug_report_view.h (revision 13375)
|
| +++ chrome/browser/views/bug_report_view.h (working copy)
|
| @@ -1,9 +1,9 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_VIEWS_BUGREPORT_VIEW_H_
|
| -#define CHROME_BROWSER_VIEWS_BUGREPORT_VIEW_H_
|
| +#ifndef CHROME_BROWSER_VIEWS_BUG_REPORT_VIEW_H_
|
| +#define CHROME_BROWSER_VIEWS_BUG_REPORT_VIEW_H_
|
|
|
| #include "chrome/browser/net/url_fetcher.h"
|
| #include "chrome/views/controls/combo_box.h"
|
| @@ -52,7 +52,7 @@
|
| // views::TextField::Controller implementation:
|
| virtual void ContentsChanged(views::TextField* sender,
|
| const std::wstring& new_contents);
|
| - virtual void HandleKeystroke(views::TextField* sender,
|
| + virtual bool HandleKeystroke(views::TextField* sender,
|
| UINT message, TCHAR key,
|
| UINT repeat_count, UINT flags);
|
|
|
| @@ -120,7 +120,7 @@
|
| // their original text so they don't have to type it again.
|
| std::wstring old_report_text_;
|
|
|
| - DISALLOW_EVIL_CONSTRUCTORS(BugReportView);
|
| + DISALLOW_COPY_AND_ASSIGN(BugReportView);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_VIEWS_BUGREPORT_VIEW_H_
|
| +#endif // CHROME_BROWSER_VIEWS_BUG_REPORT_VIEW_H_
|
|
|