| Index: chrome/browser/cocoa/fullscreen_controller.h
|
| diff --git a/chrome/browser/cocoa/fullscreen_controller.h b/chrome/browser/cocoa/fullscreen_controller.h
|
| index 1e90a6234943412d38f29462672aa6842c18bbef..f213fa330318398b47078b2340a62f3ea092cdac 100644
|
| --- a/chrome/browser/cocoa/fullscreen_controller.h
|
| +++ b/chrome/browser/cocoa/fullscreen_controller.h
|
| @@ -116,7 +116,7 @@
|
| @end
|
|
|
| // Notification posted when we're about to enter or leave fullscreen.
|
| -extern const NSString* kWillEnterFullscreenNotification;
|
| -extern const NSString* kWillLeaveFullscreenNotification;
|
| +extern NSString* const kWillEnterFullscreenNotification;
|
| +extern NSString* const kWillLeaveFullscreenNotification;
|
|
|
| #endif // CHROME_BROWSER_COCOA_FULLSCREEN_CONTROLLER_H_
|
|
|