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

Unified Diff: webkit/tools/test_shell/event_sending_controller.cc

Issue 164421: Add |#undef LOG| to code that may see WebKit's and Chromium's LOGs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 4 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
Index: webkit/tools/test_shell/event_sending_controller.cc
===================================================================
--- webkit/tools/test_shell/event_sending_controller.cc (revision 23197)
+++ webkit/tools/test_shell/event_sending_controller.cc (working copy)
@@ -14,15 +14,17 @@
// The behavior of queuing events and replaying them can be disabled by a
// layout test by setting eventSender.dragMode to false.
-#include "webkit/tools/test_shell/event_sending_controller.h"
-
-#include <queue>
-
// TODO(darin): This is very wrong. We should not be including WebCore headers
// directly like this!!
#include "config.h"
#include "KeyboardCodes.h"
+#undef LOG
+
+#include "webkit/tools/test_shell/event_sending_controller.h"
+
+#include <queue>
+
#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/message_loop.h"

Powered by Google App Engine
This is Rietveld 408576698