| Index: webkit/glue/cpp_binding_example.h
|
| diff --git a/webkit/glue/cpp_binding_example.h b/webkit/glue/cpp_binding_example.h
|
| index f092224a37b4609d06526083eec515b700d657ef..5be4820d1f8fc2df2974439c6a9ecdf0bc61c381 100644
|
| --- a/webkit/glue/cpp_binding_example.h
|
| +++ b/webkit/glue/cpp_binding_example.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.
|
|
|
| @@ -36,6 +36,8 @@
|
| #include "webkit/glue/cpp_bound_class.h"
|
| #include "webkit/glue/webkit_glue_export.h"
|
|
|
| +namespace webkit_glue {
|
| +
|
| class CppBindingExample : public CppBoundClass {
|
| public:
|
| // The default constructor initializes the property and method lists needed
|
| @@ -76,4 +78,6 @@ class CppBindingExample : public CppBoundClass {
|
| CppVariant my_other_value;
|
| };
|
|
|
| +} // namespace webkit_glue
|
| +
|
| #endif // CPP_BINDING_EXAMPLE_H__
|
|
|