| Index: webkit/glue/cpp_bound_class_unittest.cc
|
| diff --git a/webkit/glue/cpp_bound_class_unittest.cc b/webkit/glue/cpp_bound_class_unittest.cc
|
| index 2bf679acc3f6a1fe062e7edae6c639e3df2dffca..29c319345e7356ee86161c2170dd776ec9c855fd 100644
|
| --- a/webkit/glue/cpp_bound_class_unittest.cc
|
| +++ b/webkit/glue/cpp_bound_class_unittest.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -21,6 +21,9 @@
|
| #include "webkit/tools/test_shell/test_shell_test.h"
|
|
|
| using WebKit::WebFrame;
|
| +using webkit_glue::CppArgumentList;
|
| +using webkit_glue::CppBindingExample;
|
| +using webkit_glue::CppVariant;
|
|
|
| namespace {
|
|
|
|
|