| Index: chrome/browser/event_disposition.h
|
| ===================================================================
|
| --- chrome/browser/event_disposition.h (revision 151406)
|
| +++ chrome/browser/event_disposition.h (working copy)
|
| @@ -11,7 +11,7 @@
|
|
|
| // Translates event flags into what kind of disposition they represents.
|
| // For example, a middle click would mean to open a background tab.
|
| -// event_flags are the flags as understood by views::MouseEvent.
|
| +// event_flags are the flags as understood by ui::MouseEvent.
|
| WindowOpenDisposition DispositionFromEventFlags(int event_flags);
|
|
|
| } // namespace chrome
|
|
|