summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-14 23:52:57 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-14 23:52:57 +0000
commitb05027f84ed2125418ef81e19f2e8083e6da4290 (patch)
treee8e3306b2d90584fea15b85bc343c224959ae5c1 /chrome/browser
parentfd9302b62bfff4d218d286041179496c19b98d2b (diff)
downloadchromium_src-b05027f84ed2125418ef81e19f2e8083e6da4290.zip
chromium_src-b05027f84ed2125418ef81e19f2e8083e6da4290.tar.gz
chromium_src-b05027f84ed2125418ef81e19f2e8083e6da4290.tar.bz2
Remove a trailing slash in BrowserView. gcc doesn't like these.
BUG=none TEST=none Review URL: http://codereview.chromium.org/114030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16127 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/views/frame/browser_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/frame/browser_view.h b/chrome/browser/views/frame/browser_view.h
index af5b011..6a2d6af 100644
--- a/chrome/browser/views/frame/browser_view.h
+++ b/chrome/browser/views/frame/browser_view.h
@@ -274,7 +274,7 @@ class BrowserView : public BrowserWindow,
// Layout the TabContents container, between the coordinates |top| and
// |bottom|.
void LayoutTabContents(int top, int bottom);
- // Layout the Download Shelf, returns the coordinate of the top of the\
+ // Layout the Download Shelf, returns the coordinate of the top of the
// control, for laying out the previous control.
int LayoutDownloadShelf(int bottom);
// Layout the Status Bubble.