| Index: content/browser/renderer_host/text_input_client_mac.mm
|
| diff --git a/content/browser/renderer_host/text_input_client_mac.mm b/content/browser/renderer_host/text_input_client_mac.mm
|
| index 59f0caa99148e2432a46ba4b12a1e5ec0e27c080..933511e57d2adc5b114e1b3c01a05a2f5da45c96 100644
|
| --- a/content/browser/renderer_host/text_input_client_mac.mm
|
| +++ b/content/browser/renderer_host/text_input_client_mac.mm
|
| @@ -10,6 +10,9 @@
|
| #include "content/browser/renderer_host/render_widget_host_impl.h"
|
| #include "content/common/text_input_client_messages.h"
|
|
|
| +using content::RenderWidgetHost;
|
| +using content::RenderWidgetHostImpl;
|
| +
|
| // The amount of time in milliseconds that the browser process will wait for a
|
| // response from the renderer.
|
| // TODO(rsesek): Using the histogram data, find the best upper-bound for this
|
|
|