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

Unified Diff: webkit/glue/cpp_bound_class.h

Issue 10408078: Cleanup: Remove unneeded scoped_ptr.h includes from webkit. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « webkit/fileapi/sandbox_mount_point_provider.h ('k') | webkit/glue/resource_loader_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/cpp_bound_class.h
===================================================================
--- webkit/glue/cpp_bound_class.h (revision 138385)
+++ webkit/glue/cpp_bound_class.h (working copy)
@@ -15,16 +15,14 @@
See cpp_binding_example.{h|cc} for an example.
*/
-#ifndef WEBKIT_GLUE_CPP_BOUNDCLASS_H__
-#define WEBKIT_GLUE_CPP_BOUNDCLASS_H__
+#ifndef WEBKIT_GLUE_CPP_BOUND_CLASS_H_
+#define WEBKIT_GLUE_CPP_BOUND_CLASS_H_
#include <map>
#include <vector>
-#include "webkit/glue/cpp_variant.h"
-
#include "base/callback.h"
-#include "base/memory/scoped_ptr.h"
+#include "webkit/glue/cpp_variant.h"
#include "webkit/glue/webkit_glue_export.h"
namespace WebKit {
@@ -144,4 +142,4 @@
} // namespace webkit_glue
-#endif // CPP_BOUNDCLASS_H__
+#endif // WEBKIT_GLUE_CPP_BOUND_CLASS_H_
« no previous file with comments | « webkit/fileapi/sandbox_mount_point_provider.h ('k') | webkit/glue/resource_loader_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698