summaryrefslogtreecommitdiffstats
path: root/content/public/browser/render_widget_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/render_widget_host.h')
-rw-r--r--content/public/browser/render_widget_host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
index 25fa41e..944ecbb 100644
--- a/content/public/browser/render_widget_host.h
+++ b/content/public/browser/render_widget_host.h
@@ -256,11 +256,11 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
// Makes an IPC call to tell webkit to replace the currently selected word
// or a word around the cursor.
- virtual void Replace(const string16& word) = 0;
+ virtual void Replace(const base::string16& word) = 0;
// Makes an IPC call to tell webkit to replace the misspelling in the current
// selection.
- virtual void ReplaceMisspelling(const string16& word) = 0;
+ virtual void ReplaceMisspelling(const base::string16& word) = 0;
// Called to notify the RenderWidget that the resize rect has changed without
// the size of the RenderWidget itself changing.