diff options
Diffstat (limited to 'chrome/views/link.h')
-rw-r--r-- | chrome/views/link.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/views/link.h b/chrome/views/link.h index fd99ea8..8db9620 100644 --- a/chrome/views/link.h +++ b/chrome/views/link.h @@ -7,7 +7,7 @@ #include "chrome/views/label.h" -namespace ChromeViews { +namespace views { class Link; @@ -86,6 +86,8 @@ class Link : public Label { // The color when the link is neither highlighted nor disabled. SkColor normal_color_; }; -} + +} // namespace views + #endif // CHROME_VIEWS_LINK_H__ |