summaryrefslogtreecommitdiffstats
path: root/chrome/views/painter.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/painter.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/painter.h')
-rw-r--r--chrome/views/painter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/painter.h b/chrome/views/painter.h
index e0e3519..9bdd7ff 100644
--- a/chrome/views/painter.h
+++ b/chrome/views/painter.h
@@ -13,7 +13,7 @@
class ChromeCanvas;
class SkBitmap;
-namespace ChromeViews {
+namespace views {
// Painter, as the name implies, is responsible for painting in a particular
// region. Think of Painter as a Border or Background that can be painted
@@ -115,7 +115,7 @@ class HorizontalPainter : public Painter {
DISALLOW_EVIL_CONSTRUCTORS(HorizontalPainter);
};
-}
+} // namespace views
#endif // CHROME_VIEWS_PAINTER_H__