diff options
Diffstat (limited to 'chrome/views/link.cc')
-rw-r--r-- | chrome/views/link.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/link.cc b/chrome/views/link.cc index 2d04864..c824e62 100644 --- a/chrome/views/link.cc +++ b/chrome/views/link.cc @@ -8,7 +8,7 @@ #include "chrome/common/gfx/chrome_font.h" #include "chrome/views/event.h" -namespace ChromeViews { +namespace views { static HCURSOR g_hand_cursor = NULL; @@ -184,5 +184,5 @@ HCURSOR Link::GetCursorForPoint(Event::EventType event_type, int x, int y) { } } -} +} // namespace views |