diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-23 00:43:36 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-23 00:43:36 +0000 |
commit | c040fee08c10f588656d3f7e7a701906c175bbd7 (patch) | |
tree | a9ad1c154a7bf549481ac2d6dbd69ac3269e5853 /o3d | |
parent | 93a1f0ee89ce69fe2de3a223e8dee6a87cbb205e (diff) | |
download | chromium_src-c040fee08c10f588656d3f7e7a701906c175bbd7.zip chromium_src-c040fee08c10f588656d3f7e7a701906c175bbd7.tar.gz chromium_src-c040fee08c10f588656d3f7e7a701906c175bbd7.tar.bz2 |
Move base/cocoa_protocols_mac.h to base/mac/cocoa_protocols.h
Fix users of this file to use the new location.
TEST=it compiles
BUG=none
Review URL: http://codereview.chromium.org/6019004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70009 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/plugin/mac/fullscreen_window_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/plugin/mac/fullscreen_window_mac.mm b/o3d/plugin/mac/fullscreen_window_mac.mm index e2ba86c..fd0a021 100644 --- a/o3d/plugin/mac/fullscreen_window_mac.mm +++ b/o3d/plugin/mac/fullscreen_window_mac.mm @@ -38,8 +38,8 @@ #import "graphics_utils_mac.h" #import "overlay_window_mac.h" #import "plugin_mac.h" -#import "base/cocoa_protocols_mac.h" #import "base/logging.h" +#import "base/mac/cocoa_protocols.h" #import "base/scoped_nsobject.h" #import "core/cross/display_mode.h" #import "plugin/cross/o3d_glue.h" |