diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-05 21:27:07 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-05 21:27:07 +0000 |
commit | 27d02e07640f0dc677cac6660dd5d411361343b6 (patch) | |
tree | a9eb1770b1bec79eaa78792fd19b23ae5134e0ad /base/file_version_info_mac.mm | |
parent | 05af34193ed4e896c57dd7738f6b5d3e154a9f52 (diff) | |
download | chromium_src-27d02e07640f0dc677cac6660dd5d411361343b6.zip chromium_src-27d02e07640f0dc677cac6660dd5d411361343b6.tar.gz chromium_src-27d02e07640f0dc677cac6660dd5d411361343b6.tar.bz2 |
Move some Foundation-specific utilities from mac_util to foundation_util
Since there's already a TODO for updating includes I only changed the include in the file I noticed this could be useful for.
BUG=None
TEST=Existing unit tests
Review URL: http://codereview.chromium.org/6928040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84318 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_version_info_mac.mm')
-rw-r--r-- | base/file_version_info_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_version_info_mac.mm b/base/file_version_info_mac.mm index 293d904..b87dbcb 100644 --- a/base/file_version_info_mac.mm +++ b/base/file_version_info_mac.mm @@ -8,7 +8,7 @@ #include "base/file_path.h" #include "base/logging.h" -#include "base/mac/mac_util.h" +#include "base/mac/foundation_util.h" #include "base/sys_string_conversions.h" FileVersionInfoMac::FileVersionInfoMac(NSBundle *bundle) |