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

Unified Diff: ui/base/class_property.h

Issue 2735983006: Renames WmWindowUserData and converts to using aura (Closed)
Patch Set: more cleanup Created 3 years, 9 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
« ash/wm/window_properties.cc ('K') | « ash/wm/window_properties.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/class_property.h
diff --git a/ui/base/class_property.h b/ui/base/class_property.h
index 6621e8eaac1c519dae402496679e543d37d1a2d9..4df498944b0cc2b0f9e8b56e624e6058e48aee66 100644
--- a/ui/base/class_property.h
+++ b/ui/base/class_property.h
@@ -30,7 +30,7 @@
//
// // Use this to define an exported property whose value is a heap
// // allocated object, and has to be owned and freed by the class.
-// DEFINE_OWNED_UI_CLASS_PROPERTY_KEY(gfx::Rect, kRestoreBoundsKey, NULL);
+// DEFINE_OWNED_UI_CLASS_PROPERTY_KEY(gfx::Rect, kRestoreBoundsKey, nullptr);
//
// // Use this to define a non exported property that is primitive,
// // or a pointer you don't want to automatically deleted, and is used
« ash/wm/window_properties.cc ('K') | « ash/wm/window_properties.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698