diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-20 22:15:52 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-20 22:15:52 +0000 |
commit | 5950f5716a2b5b074d2762185fca7f42885bac06 (patch) | |
tree | 79ff42bb202ea8fb4e32714199ffe10f3630dff6 /chrome/browser/download | |
parent | ab376cae3cd176f4aae8d67a5274891b66d9beda (diff) | |
download | chromium_src-5950f5716a2b5b074d2762185fca7f42885bac06.zip chromium_src-5950f5716a2b5b074d2762185fca7f42885bac06.tar.gz chromium_src-5950f5716a2b5b074d2762185fca7f42885bac06.tar.bz2 |
Rename chrome/browser/cocoa to chrome/browser/mac.
chrome/browser/cocoa was created in r74529 under Carnitas to break non-UI
files from chrome/browser/ui/cocoa out of that directory. These non-UI files
for the most part have nothing to do with Cocoa. It would be more appropriate
to name this directory "mac".
Three shell scripts used only by files that now live in this directory never
moved along with their associated files. I'm moving them to the proper
location now.
BUG=none, or whatever bug tracks Carnitas cleanups
TEST=none
Review URL: http://codereview.chromium.org/7204034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89742 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download')
-rw-r--r-- | chrome/browser/download/base_file.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/base_file.cc b/chrome/browser/download/base_file.cc index 7ea96b5..e52f08a 100644 --- a/chrome/browser/download/base_file.cc +++ b/chrome/browser/download/base_file.cc @@ -18,7 +18,7 @@ #if defined(OS_WIN) #include "chrome/common/win_safe_util.h" #elif defined(OS_MACOSX) -#include "chrome/browser/cocoa/file_metadata.h" +#include "chrome/browser/mac/file_metadata.h" #endif BaseFile::BaseFile(const FilePath& full_path, |