| Index: content/browser/renderer_host/render_widget_host_view_mac.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_mac.h (revision 163514)
|
| +++ content/browser/renderer_host/render_widget_host_view_mac.h (working copy)
|
| @@ -121,7 +121,7 @@
|
| // Contains edit commands received by the -doCommandBySelector: method when
|
| // handling a key down event, not including inserting commands, eg. insertTab,
|
| // etc.
|
| - EditCommands editCommands_;
|
| + content::EditCommands editCommands_;
|
|
|
| // The plugin that currently has focus (-1 if no plugin has focus).
|
| int focusedPluginIdentifier_;
|
|
|