Index: content/renderer/cpp_bound_class_unittest.cc |
diff --git a/content/renderer/cpp_bound_class_unittest.cc b/content/renderer/cpp_bound_class_unittest.cc |
index 2c0f75f881cccedc9b8dfab5ddca326c9524ba09..c417f0bb8df559e8567f049d82b4932c12233f80 100644 |
--- a/content/renderer/cpp_bound_class_unittest.cc |
+++ b/content/renderer/cpp_bound_class_unittest.cc |
@@ -6,6 +6,8 @@ |
// a CppBindingExample class into JavaScript in a custom test shell and tests |
// the binding from the outside by loading JS into the shell. |
+#include "content/renderer/cpp_bound_class.h" |
+ |
#include "base/strings/utf_string_conversions.h" |
#include "content/public/common/url_constants.h" |
#include "content/public/renderer/render_view_observer.h" |
@@ -15,9 +17,6 @@ |
#include "third_party/WebKit/public/web/WebDocument.h" |
#include "third_party/WebKit/public/web/WebElement.h" |
-using webkit_glue::CppArgumentList; |
-using webkit_glue::CppVariant; |
- |
namespace content { |
namespace { |