Index: ui/aura/window_property.h |
diff --git a/ui/aura/window_property.h b/ui/aura/window_property.h |
index a2a59791c3b52e5c9ac793242b61e739841baa41..af1655f341a1f559dfe6b82df564e5313ef3e110 100644 |
--- a/ui/aura/window_property.h |
+++ b/ui/aura/window_property.h |
@@ -28,7 +28,7 @@ |
// |
// // Use this to define a non exported property that is primitive, |
// // or a pointer you don't want to automatically deleted, and is used |
-// // only in a specific file. This will define the property in anonymous |
+// // only in a specific file. This will define the property in an unnamed |
// // namespace which cannot be accessed from another file. |
// DEFINE_LOCAL_WINDOW_PROPERTY_KEY(MyType, kMyKey, MyDefault); |
// |