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

Unified Diff: webkit/glue/webview_impl.h

Issue 149339: Suppress a warning about LOG being re-defined.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 5 months 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 | « webkit/glue/temporary_glue.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webview_impl.h
===================================================================
--- webkit/glue/webview_impl.h (revision 20152)
+++ webkit/glue/webview_impl.h (working copy)
@@ -7,6 +7,8 @@
#include <set>
+#include "Page.h"
+
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "skia/ext/platform_canvas.h"
@@ -18,11 +20,6 @@
#include "webkit/glue/webpreferences.h"
#include "webkit/glue/webview.h"
-MSVC_PUSH_WARNING_LEVEL(0);
-#include "Page.h"
-#include "RenderTheme.h"
-MSVC_POP_WARNING();
-
namespace WebCore {
class ChromiumDataObject;
class Frame;
« no previous file with comments | « webkit/glue/temporary_glue.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698