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

Unified Diff: ui/views/view.cc

Issue 15419002: views: Store only the name of the class in kViewClassName constants. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « ui/views/controls/textfield/textfield.cc ('k') | ui/views/widget/root_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/view.cc
diff --git a/ui/views/view.cc b/ui/views/view.cc
index 0e12e14f494eed0172f426d2ca2986b44a24d97f..7be4252b46da1e12ac830c1f9c88afa7276f35f5 100644
--- a/ui/views/view.cc
+++ b/ui/views/view.cc
@@ -154,7 +154,7 @@ class PostEventDispatchHandler : public ui::EventHandler {
ViewsDelegate* ViewsDelegate::views_delegate = NULL;
// static
-const char View::kViewClassName[] = "views/View";
+const char View::kViewClassName[] = "View";
////////////////////////////////////////////////////////////////////////////////
// View, public:
« no previous file with comments | « ui/views/controls/textfield/textfield.cc ('k') | ui/views/widget/root_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698