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

Unified Diff: ui/ui_controls/ui_controls_mac.mm

Issue 10808072: ui: No need to typedef testing::Test in unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typos 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
« no previous file with comments | « ui/surface/accelerated_surface_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_controls/ui_controls_mac.mm
diff --git a/ui/ui_controls/ui_controls_mac.mm b/ui/ui_controls/ui_controls_mac.mm
index d54878ddb7daefc84b915951af86b251644f39be..71bd272d7cbf2c4c8cf893902011a633c49ad690 100644
--- a/ui/ui_controls/ui_controls_mac.mm
+++ b/ui/ui_controls/ui_controls_mac.mm
@@ -209,7 +209,7 @@ void EventQueueWatcher(const base::Closure& task) {
// when firing keyboard and mouse click events.
NSPoint g_mouse_location = { 0, 0 };
-} // anonymous namespace
+} // namespace
namespace ui_controls {
« no previous file with comments | « ui/surface/accelerated_surface_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698