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

Unified Diff: webkit/tools/test_shell/test_webview_delegate.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_webview_delegate.cc
===================================================================
--- webkit/tools/test_shell/test_webview_delegate.cc (revision 23197)
+++ webkit/tools/test_shell/test_webview_delegate.cc (working copy)
@@ -8,6 +8,8 @@
#include "config.h"
darin (slow to review) 2009/08/12 21:47:21 looks like we can just remove the config.h include
+#undef LOG
+
#include "webkit/tools/test_shell/test_webview_delegate.h"
#include "base/file_util.h"

Powered by Google App Engine
This is Rietveld 408576698