From 46821242173a097387516ad48ac12fa173a5828d Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Fri, 19 Aug 2011 13:59:59 +0000 Subject: 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 --- chrome/common/text_input_client_messages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/text_input_client_messages.h') 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 -- cgit v1.1