| Index: chrome/browser/ui/gtk/tabstrip_origin_provider.h
|
| diff --git a/chrome/browser/ui/gtk/tabstrip_origin_provider.h b/chrome/browser/ui/gtk/tabstrip_origin_provider.h
|
| index bba83c3497e46a36ef8c5b5f7c890e7ec106976a..195c4256fa1d37bc93a45665868a3f1a462d05c3 100644
|
| --- a/chrome/browser/ui/gtk/tabstrip_origin_provider.h
|
| +++ b/chrome/browser/ui/gtk/tabstrip_origin_provider.h
|
| @@ -12,7 +12,7 @@ class Point;
|
|
|
| // Abstract interface that provides an offset of a widget. Many pieces of the
|
| // UI don't need the full BrowserWindowGtk, but just need information about
|
| -// it's position relative to the tabstrip to draw correctly. This interface
|
| +// its position relative to the tabstrip to draw correctly. This interface
|
| // exists to make it easier to test piece by piece.
|
| class TabstripOriginProvider {
|
| public:
|
|
|