| Index: chrome_frame/test/ie_event_sink.cc
|
| diff --git a/chrome_frame/test/ie_event_sink.cc b/chrome_frame/test/ie_event_sink.cc
|
| index 2f7d32cbf80961fa0c8a96bc0fe3d17538c90e8b..c04c3c88726d89d9bb9daedeae09221f74f80b6a 100644
|
| --- a/chrome_frame/test/ie_event_sink.cc
|
| +++ b/chrome_frame/test/ie_event_sink.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/scoped_bstr_win.h"
|
| #include "base/scoped_handle.h"
|
| +#include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/win_util.h"
|
| #include "chrome_frame/test/chrome_frame_test_utils.h"
|
| @@ -542,4 +543,4 @@ HRESULT IEEventSink::OnMessage(const VARIANT* param) {
|
| return S_OK;
|
| }
|
|
|
| -} // namespace chrome_frame_test
|
| +} // namespace chrome_frame_test
|
|
|