| Index: chrome/browser/ui/cocoa/external_protocol_dialog.h
|
| diff --git a/chrome/browser/ui/cocoa/external_protocol_dialog.h b/chrome/browser/ui/cocoa/external_protocol_dialog.h
|
| index ba0a4de0aa82aedca2222cdea5fd3f14e2f74d3e..a859cb8f0b8d002ac08c021bddba62cf37800092 100644
|
| --- a/chrome/browser/ui/cocoa/external_protocol_dialog.h
|
| +++ b/chrome/browser/ui/cocoa/external_protocol_dialog.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef CHROME_BROWSER_UI_COCOA_EXTERNAL_PROTOCOL_DIALOG_H_
|
| +#define CHROME_BROWSER_UI_COCOA_EXTERNAL_PROTOCOL_DIALOG_H_
|
| +
|
| #import <Cocoa/Cocoa.h>
|
|
|
| #include "base/time/time.h"
|
| @@ -21,3 +24,5 @@
|
| routingId:(int)routingId;
|
|
|
| @end
|
| +
|
| +#endif // CHROME_BROWSER_UI_COCOA_EXTERNAL_PROTOCOL_DIALOG_H_
|
|
|