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

Unified Diff: ui/aura/window_property.h

Issue 10808072: ui: No need to typedef testing::Test in unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: ui/aura/window_property.h
diff --git a/ui/aura/window_property.h b/ui/aura/window_property.h
index a2a59791c3b52e5c9ac793242b61e739841baa41..c23080c7ea7ebfad81ce6f4f07e7499035186533 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 unnamed
sky 2012/07/23 15:52:13 an unnamed
// // namespace which cannot be accessed from another file.
// DEFINE_LOCAL_WINDOW_PROPERTY_KEY(MyType, kMyKey, MyDefault);
//

Powered by Google App Engine
This is Rietveld 408576698