diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-09 23:05:34 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-09 23:05:34 +0000 |
commit | 81fc9f01241ed5d635d35328fa226a682c7a81d2 (patch) | |
tree | 74b83b41373f3e6223461fb3bec44f43c799d599 /content/common/sandbox_mac_fontloading_unittest.mm | |
parent | 8fdf9f5214e385b650c1a708a5c7e015b8fbde5e (diff) | |
download | chromium_src-81fc9f01241ed5d635d35328fa226a682c7a81d2.zip chromium_src-81fc9f01241ed5d635d35328fa226a682c7a81d2.tar.gz chromium_src-81fc9f01241ed5d635d35328fa226a682c7a81d2.tar.bz2 |
Move AttributedStringCoder from chrome to content.
Also, move a few Mac-only files to the new content/commmon/mac.
BUG=95573
TEST=no change
Review URL: http://codereview.chromium.org/7867016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100526 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/sandbox_mac_fontloading_unittest.mm')
-rw-r--r-- | content/common/sandbox_mac_fontloading_unittest.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/sandbox_mac_fontloading_unittest.mm b/content/common/sandbox_mac_fontloading_unittest.mm index bca576d..911110f 100644 --- a/content/common/sandbox_mac_fontloading_unittest.mm +++ b/content/common/sandbox_mac_fontloading_unittest.mm @@ -9,7 +9,7 @@ #include "base/mac/scoped_cftyperef.h" #include "base/memory/scoped_ptr.h" #include "base/shared_memory.h" -#include "content/common/font_loader_mac.h" +#include "content/common/mac/font_loader.h" #include "content/common/sandbox_mac_unittest_helper.h" #include "testing/gtest/include/gtest/gtest.h" |