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 /base | |
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 'base')
-rw-r--r-- | base/base.gypi | 2 | ||||
-rw-r--r-- | base/mac/cocoa_protocols.h (renamed from base/cocoa_protocols_mac.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/base/base.gypi b/base/base.gypi index 5d785f2..f4f32b0 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -41,7 +41,6 @@ 'callback.h', 'cancellation_flag.cc', 'cancellation_flag.h', - 'cocoa_protocols_mac.h', 'command_line.cc', 'command_line.h', 'compiler_specific.h', @@ -117,6 +116,7 @@ 'logging_win.cc', 'mac_util.h', 'mac_util.mm', + 'mac/cocoa_protocols.h', 'mac/scoped_aedesc.h', 'mac/scoped_cftyperef.h', 'mac/scoped_nsautorelease_pool.h', diff --git a/base/cocoa_protocols_mac.h b/base/mac/cocoa_protocols.h index 9482d51..9482d51 100644 --- a/base/cocoa_protocols_mac.h +++ b/base/mac/cocoa_protocols.h |