Index: chrome/browser/ui/views/frame/browser_view_layout.cc |
diff --git a/chrome/browser/ui/views/frame/browser_view_layout.cc b/chrome/browser/ui/views/frame/browser_view_layout.cc |
index 3a54b5dd7ab6060455e1949ee36ab1a3cfecd25a..1814dca6c9740a47e02b1b64acef7afa3874edb4 100644 |
--- a/chrome/browser/ui/views/frame/browser_view_layout.cc |
+++ b/chrome/browser/ui/views/frame/browser_view_layout.cc |
@@ -437,7 +437,7 @@ int BrowserViewLayout::GetTopMarginForActiveContent() { |
int BrowserViewLayout::LayoutDownloadShelf(int bottom) { |
#if !defined(OS_CHROMEOS) || defined(USE_AURA) |
- // Re-layout the shelf either if it is visible or if it's close animation |
+ // Re-layout the shelf either if it is visible or if its close animation |
// is currently running. ChromiumOS uses ActiveDownloadsUI instead of |
// DownloadShelf. |
if (browser_view_->IsDownloadShelfVisible() || |