- Fix 'LOG' macro redefinition warning in browser_webkit_glue.cc.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@62 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2009-10-26 16:53:35 +00:00
parent dc602cd0a4
commit cd500a98a9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@
#include "base/compiler_specific.h"
#undef LOG
#include "third_party/webkit/webcore/config.h"
MSVC_PUSH_WARNING_LEVEL(0);
#include "Cache.h"
@ -15,6 +14,7 @@ MSVC_POP_WARNING();
#include "browser_webkit_glue.h"
#undef LOG
#include "base/logging.h"
#include "base/path_service.h"
#include "base/resource_util.h"