Index: chrome/browser/ui/views/extensions/extension_popup.cc |
diff --git a/chrome/browser/ui/views/extensions/extension_popup.cc b/chrome/browser/ui/views/extensions/extension_popup.cc |
index 9fa93b83a5e64e1ed6a4876c0bb1eb91e8051f62..c1ad4b15fe48e85d3d5738bebdf561f2b5877287 100644 |
--- a/chrome/browser/ui/views/extensions/extension_popup.cc |
+++ b/chrome/browser/ui/views/extensions/extension_popup.cc |
@@ -25,10 +25,6 @@ |
#include "ui/wm/core/window_util.h" |
#include "ui/wm/public/activation_client.h" |
-#if defined(OS_WIN) |
-#include "ui/views/win/hwnd_util.h" |
-#endif |
- |
// The minimum/maximum dimensions of the popup. |
// The minimum is just a little larger than the size of the button itself. |
// The maximum is an arbitrary number that should be smaller than most screens. |