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

Unified Diff: webkit/tools/test_shell/test_worker/test_worker_main.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/test_worker/test_worker_main.cc
===================================================================
--- webkit/tools/test_shell/test_worker/test_worker_main.cc (revision 23197)
+++ webkit/tools/test_shell/test_worker/test_worker_main.cc (working copy)
@@ -4,6 +4,8 @@
#include "config.h"
darin (slow to review) 2009/08/12 21:47:21 can we remove config.h instead?
+#undef LOG
+
#include "base/at_exit.h"
#include "base/gfx/native_widget_types.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698