From 3338bcfceb61b73b46914eae305cec86cea8484e Mon Sep 17 00:00:00 2001
From: "wangxianzhu@chromium.org"
 <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Wed, 9 May 2012 20:26:15 +0000
Subject: Quote CppBoundClass/CppVariant in namespace.

To avoid name conflict when linking DumpRenderTree which has its own implementation of the classes with the same names.
Eventually the related classes will be replaced with V8 API.

BUG=127238
TEST=Build all without error
TBR=ben@chromium.org


Review URL: https://chromiumcodereview.appspot.com/10382059

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136112 0039d316-1c4b-4281-b951-d872f2087c98
---
 webkit/glue/cpp_bound_class_unittest.cc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to '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 2bf679a..29c3193 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 {
 
-- 
cgit v1.1