summaryrefslogtreecommitdiffstats
path: root/chrome/views/link.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-16 23:51:38 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-16 23:51:38 +0000
commitc2dacc9ec41232903ba700c6aef5ef98bfcb8af8 (patch)
tree4aa4d7100862c64bdd92d70e6323001beb19edb7 /chrome/views/link.h
parentd66e710ec668e34271def44d7f0416260657171c (diff)
downloadchromium_src-c2dacc9ec41232903ba700c6aef5ef98bfcb8af8.zip
chromium_src-c2dacc9ec41232903ba700c6aef5ef98bfcb8af8.tar.gz
chromium_src-c2dacc9ec41232903ba700c6aef5ef98bfcb8af8.tar.bz2
Rename ChromeViews namespace to views
http://crbug.com/2188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3495 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/link.h')
-rw-r--r--chrome/views/link.h6
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__