summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/info_bubble.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/info_bubble.h')
-rw-r--r--chrome/browser/views/info_bubble.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/info_bubble.h b/chrome/browser/views/info_bubble.h
index 0e7e622..992fafd 100644
--- a/chrome/browser/views/info_bubble.h
+++ b/chrome/browser/views/info_bubble.h
@@ -75,7 +75,7 @@ class InfoBubbleDelegate {
// Whether the InfoBubble should be closed when the Esc key is pressed.
virtual bool CloseOnEscape() = 0;
- // Whether the default placement of the anchor is on the origin side of the
+ // Whether the default placement of the anchor is on the origin side of the
// text direction. For example: if true (the default) in LTR text direction,
// the ArrowLocation will be TOP_LEFT, if false it will be TOP_RIGHT.
// RTL is the reverse.