| Index: webkit/glue/cpp_bound_class.h
|
| diff --git a/webkit/glue/cpp_bound_class.h b/webkit/glue/cpp_bound_class.h
|
| index 61ccc31c6bde7e039bf2703262d7d38158024124..a321e46f671d2a3379c1a7fa784937362e9e6fdd 100644
|
| --- a/webkit/glue/cpp_bound_class.h
|
| +++ b/webkit/glue/cpp_bound_class.h
|
| @@ -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.
|
|
|
| @@ -31,6 +31,8 @@ namespace WebKit {
|
| class WebFrame;
|
| }
|
|
|
| +namespace webkit_glue {
|
| +
|
| typedef std::vector<CppVariant> CppArgumentList;
|
|
|
| // CppBoundClass lets you map Javascript method calls and property accesses
|
| @@ -140,4 +142,6 @@ class WEBKIT_GLUE_EXPORT CppBoundClass {
|
| DISALLOW_COPY_AND_ASSIGN(CppBoundClass);
|
| };
|
|
|
| +} // namespace webkit_glue
|
| +
|
| #endif // CPP_BOUNDCLASS_H__
|
|
|