Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: chrome/browser/ui/cocoa/fullscreen_controller.h

Issue 6046009: Move base/mac_util.h to base/mac and use the base::mac namespace.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/fullscreen_controller.h
===================================================================
--- chrome/browser/ui/cocoa/fullscreen_controller.h (revision 70358)
+++ chrome/browser/ui/cocoa/fullscreen_controller.h (working copy)
@@ -9,7 +9,7 @@
#import <Cocoa/Cocoa.h>
#import "base/mac/cocoa_protocols.h"
-#include "base/mac_util.h"
+#include "base/mac/mac_util.h"
#include "chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h"
@class BrowserWindowController;
@@ -69,7 +69,7 @@
// (which can happen when a fullscreen window is closed). Used to track the
// current state and make sure we properly restore the menu bar when this
// controller is destroyed.
- mac_util::FullScreenMode currentFullscreenMode_;
+ base::mac::FullScreenMode currentFullscreenMode_;
}
@property(readonly, nonatomic) BOOL isFullscreen;
« no previous file with comments | « chrome/browser/ui/cocoa/font_language_settings_controller.mm ('k') | chrome/browser/ui/cocoa/fullscreen_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698