Index: third_party/WebKit/WebCore/platform/chromium/PopupMenuChromium.cpp |
=================================================================== |
--- third_party/WebKit/WebCore/platform/chromium/PopupMenuChromium.cpp (revision 7394) |
+++ third_party/WebKit/WebCore/platform/chromium/PopupMenuChromium.cpp (working copy) |
@@ -28,12 +28,8 @@ |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
#include "config.h" |
+#include "PopupMenuChromium.h" |
-#if COMPILER(MSVC) |
-__pragma(warning(push, 0)) |
-#endif |
-#include "PopupMenu.h" |
- |
#include "CharacterNames.h" |
#include "ChromeClientChromium.h" |
#include "Document.h" |
@@ -52,17 +48,13 @@ |
#include "PlatformMouseEvent.h" |
#include "PlatformScreen.h" |
#include "PlatformWheelEvent.h" |
+#include "PopupMenu.h" |
#include "RenderBlock.h" |
#include "RenderTheme.h" |
#include "ScrollbarTheme.h" |
#include "SystemTime.h" |
#include "Widget.h" |
-#if COMPILER(MSVC) |
-__pragma(warning(pop)) |
-#endif |
-#include "webkit/port/platform/chromium/PopupMenuChromium.h" |
- |
using namespace WTF; |
using namespace Unicode; |