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

Unified Diff: webkit/glue/cpp_bound_class.cc

Issue 10382059: Quote CppBoundClass/CppVariant in namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix a long line 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
Index: webkit/glue/cpp_bound_class.cc
diff --git a/webkit/glue/cpp_bound_class.cc b/webkit/glue/cpp_bound_class.cc
index ff1f8ab65216a93e88d4270ec30604ca8b5627ed..75f91fb791a838685f8d073a038bd706c2f3a3e8 100644
--- a/webkit/glue/cpp_bound_class.cc
+++ b/webkit/glue/cpp_bound_class.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.
@@ -24,6 +24,8 @@
using WebKit::WebBindings;
using WebKit::WebFrame;
+namespace webkit_glue {
tony 2012/05/08 20:52:26 Nit: Please move this after the anonymous namespac
+
namespace {
class CppVariantPropertyCallback : public CppBoundClass::PropertyCallback {
@@ -324,3 +326,5 @@ void CppBoundClass::BindToJavascript(WebFrame* frame,
NPVARIANT_TO_OBJECT(*GetAsCppVariant()));
bound_to_frame_ = true;
}
+
+} // namespace webkit_glue

Powered by Google App Engine
This is Rietveld 408576698