diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 13:59:59 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 13:59:59 +0000 |
commit | 46821242173a097387516ad48ac12fa173a5828d (patch) | |
tree | 169709fcef1b35b582ea32730b500d248c341a15 /chrome/common/text_input_client_messages.h | |
parent | cbcdc40ba3c71c2a01ae29fae593bff8f097b4c7 (diff) | |
download | chromium_src-46821242173a097387516ad48ac12fa173a5828d.zip chromium_src-46821242173a097387516ad48ac12fa173a5828d.tar.gz chromium_src-46821242173a097387516ad48ac12fa173a5828d.tar.bz2 |
Move Mac-specific files in chrome/common to chrome/common/mac.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7691001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97456 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/text_input_client_messages.h')
-rw-r--r-- | chrome/common/text_input_client_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/text_input_client_messages.h b/chrome/common/text_input_client_messages.h index b5a523c..5ed66ad 100644 --- a/chrome/common/text_input_client_messages.h +++ b/chrome/common/text_input_client_messages.h @@ -9,7 +9,7 @@ #include "ui/gfx/rect.h" #if defined(OS_MACOSX) -#include "chrome/common/attributed_string_coder_mac.h" +#include "chrome/common/mac/attributed_string_coder.h" #endif #define IPC_MESSAGE_START TextInputClientMsgStart |