| Index: content/renderer/text_input_client_observer.cc
|
| diff --git a/content/renderer/text_input_client_observer.cc b/content/renderer/text_input_client_observer.cc
|
| index fd8d5d723ff588b27950d0f8c832e9713f12affb..f3576a11b00940a477930c8eb64b8b0c87b2fbfc 100644
|
| --- a/content/renderer/text_input_client_observer.cc
|
| +++ b/content/renderer/text_input_client_observer.cc
|
| @@ -21,9 +21,12 @@
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/public/web/WebLocalFrame.h"
|
| #include "third_party/WebKit/public/web/WebView.h"
|
| -#include "third_party/WebKit/public/web/mac/WebSubstringUtil.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| +#if defined(OS_MACOSX)
|
| +#include "third_party/WebKit/public/web/mac/WebSubstringUtil.h"
|
| +#endif
|
| +
|
| namespace content {
|
|
|
| namespace {
|
|
|