| Index: chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| diff --git a/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc b/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| index 1a2814c507a90309aa43596eb034f0a6b1f0c5fe..1208b740831ff489a790a97878146bda635c8a70 100644
|
| --- a/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| +++ b/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| @@ -55,8 +55,8 @@ class RequestPrintPreviewObserver : public WebContentsObserver {
|
| IPC_BEGIN_MESSAGE_MAP(RequestPrintPreviewObserver, message)
|
| IPC_MESSAGE_HANDLER(PrintHostMsg_RequestPrintPreview,
|
| OnRequestPrintPreview)
|
| - IPC_MESSAGE_UNHANDLED(break;)
|
| - IPC_END_MESSAGE_MAP();
|
| + IPC_MESSAGE_UNHANDLED(break)
|
| + IPC_END_MESSAGE_MAP()
|
| return false; // Report not handled so the real handler receives it.
|
| }
|
|
|
|
|