Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index d01e7b752f477c74eaab17f7be390574553b9c06..ed5dcbe299a5e7d0aa2d0860343a720b33931bea 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -494,7 +494,7 @@ class BrowserView : public BrowserWindow, |
// Invoked to update the necessary things when our fullscreen state changes |
// to |fullscreen|. On Windows this is invoked immediately when we toggle the |
// full screen state. On Linux changing the fullscreen state is async, so we |
- // ask the window to change it's fullscreen state, then when we get |
+ // ask the window to change its fullscreen state, then when we get |
// notification that it succeeded this method is invoked. |
// If |url| is not empty, it is the URL of the page that requested fullscreen |
// (via the fullscreen JS API). |