| Index: chrome/browser/ui/cocoa/custom_frame_view.h
|
| diff --git a/chrome/browser/ui/cocoa/custom_frame_view.h b/chrome/browser/ui/cocoa/custom_frame_view.h
|
| index abb2278cb403d250640087c38c1f61dccf3a8be9..0f8712422db6814f1b44318c03f89633eafa2632 100644
|
| --- a/chrome/browser/ui/cocoa/custom_frame_view.h
|
| +++ b/chrome/browser/ui/cocoa/custom_frame_view.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_CUSTOM_FRAME_VIEW_H_
|
| +#define CHROME_BROWSER_UI_COCOA_CUSTOM_FRAME_VIEW_H_
|
| +
|
| #import <Cocoa/Cocoa.h>
|
|
|
| // CustomFrameView is a class whose methods we swizzle into NSGrayFrame
|
| @@ -19,3 +22,5 @@
|
| - (NSPoint)_fullScreenButtonOrigin;
|
|
|
| @end
|
| +
|
| +#endif // CHROME_BROWSER_UI_COCOA_CUSTOM_FRAME_VIEW_H_
|
|
|