| Index: ui/base/ime/win/imm32_manager.cc
|
| diff --git a/ui/base/ime/win/imm32_manager.cc b/ui/base/ime/win/imm32_manager.cc
|
| index 853bf3ff26a9b94f38e94bf8f33e0a7ebf4aed9d..9f03a2a8651e11d4a50b82a86f99648ee9ce4bee 100644
|
| --- a/ui/base/ime/win/imm32_manager.cc
|
| +++ b/ui/base/ime/win/imm32_manager.cc
|
| @@ -15,11 +15,6 @@
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/base/ime/composition_text.h"
|
|
|
| -// "imm32.lib" is required by IMM32 APIs used in this file.
|
| -// NOTE(hbono): To comply with a comment from Darin, I have added
|
| -// this #pragma directive instead of adding "imm32.lib" to a project file.
|
| -#pragma comment(lib, "imm32.lib")
|
| -
|
| // Following code requires wchar_t to be same as char16. It should always be
|
| // true on Windows.
|
| static_assert(sizeof(wchar_t) == sizeof(base::char16),
|
|
|