From b05027f84ed2125418ef81e19f2e8083e6da4290 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Thu, 14 May 2009 23:52:57 +0000 Subject: 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 --- chrome/browser/views/frame/browser_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser') 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. -- cgit v1.1