diff options
-rw-r--r-- | chrome/browser/views/frame/browser_view.h | 2 |
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. |