Index: ui/views/controls/native/native_view_host.cc |
diff --git a/ui/views/controls/native/native_view_host.cc b/ui/views/controls/native/native_view_host.cc |
index 7f402eda202b0b12beec7ac4df7e86f51f87ec56..a5ae61d33ae7a67f707c0b9a7d5516627a8df030 100644 |
--- a/ui/views/controls/native/native_view_host.cc |
+++ b/ui/views/controls/native/native_view_host.cc |
@@ -12,7 +12,7 @@ |
namespace views { |
// static |
-const char NativeViewHost::kViewClassName[] = "views/NativeViewHost"; |
+const char NativeViewHost::kViewClassName[] = "NativeViewHost"; |
#if defined(USE_AURA) |
// Views implmenetatxion draws the focus. |