Index: ui/views/widget/root_view.cc |
diff --git a/ui/views/widget/root_view.cc b/ui/views/widget/root_view.cc |
index bbe11b85c5060a3fb2df783c956df072adb0af22..3e292840dc78247bdcaed57293b4da0fe2088a5d 100644 |
--- a/ui/views/widget/root_view.cc |
+++ b/ui/views/widget/root_view.cc |
@@ -47,7 +47,7 @@ class MouseEnterExitEvent : public ui::MouseEvent { |
} // namespace |
// static |
-const char RootView::kViewClassName[] = "views/RootView"; |
+const char RootView::kViewClassName[] = "RootView"; |
//////////////////////////////////////////////////////////////////////////////// |
// RootView, public: |