| Index: content/child/npapi/webplugin_delegate_impl_win.cc
|
| diff --git a/content/child/npapi/webplugin_delegate_impl_win.cc b/content/child/npapi/webplugin_delegate_impl_win.cc
|
| index e788cb21278ef287d3d6730a8dfdca4417258fcb..f6d054082aea87f6385463dbb6b13d05fb1240d0 100644
|
| --- a/content/child/npapi/webplugin_delegate_impl_win.cc
|
| +++ b/content/child/npapi/webplugin_delegate_impl_win.cc
|
| @@ -31,8 +31,8 @@
|
| #include "content/public/common/content_constants.h"
|
| #include "skia/ext/platform_canvas.h"
|
| #include "third_party/WebKit/public/web/WebInputEvent.h"
|
| -#include "ui/base/win/hwnd_util.h"
|
| -#include "ui/gfx/dpi_win.h"
|
| +#include "ui/gfx/win/dpi.h"
|
| +#include "ui/gfx/win/hwnd_util.h"
|
| #include "webkit/common/cursors/webcursor.h"
|
|
|
| using WebKit::WebKeyboardEvent;
|
| @@ -1462,7 +1462,7 @@ FARPROC WINAPI WebPluginDelegateImpl::GetProcAddressPatch(HMODULE module,
|
|
|
| void WebPluginDelegateImpl::HandleCaptureForMessage(HWND window,
|
| UINT message) {
|
| - if (ui::GetClassName(window) != base::string16(kNativeWindowClassName))
|
| + if (gfx::GetClassName(window) != base::string16(kNativeWindowClassName))
|
| return;
|
|
|
| switch (message) {
|
|
|