Chromium Code Reviews

Unified Diff: webkit/glue/cpp_bound_class.h

Issue 43148: Remove unneeded uses of logging.h in header files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webkit/glue/cpp_bound_class.h
===================================================================
--- webkit/glue/cpp_bound_class.h (revision 11577)
+++ webkit/glue/cpp_bound_class.h (working copy)
@@ -23,6 +23,7 @@
#include "webkit/glue/cpp_variant.h"
+#include "base/scoped_ptr.h"
#include "base/task.h"
class WebFrame;

Powered by Google App Engine