Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(953)

Unified Diff: third_party/WebKit/WebCore/platform/chromium/PopupMenuChromium.cpp

Issue 16445: Fix bad include of PopupMenuChromium.h... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/WebCore/platform/chromium/PopupMenuChromium.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebKit/WebCore/platform/chromium/PopupMenuChromium.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698