| Index: content/browser/renderer_host/java/java_bridge_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/java/java_bridge_dispatcher_host.h b/content/browser/renderer_host/java/java_bridge_dispatcher_host.h
|
| index 94ee632131c5bfcee61a4a92d100651ed72bb642..21e47c0d3b7fafd09e8bba85b38b2963d527e349 100644
|
| --- a/content/browser/renderer_host/java/java_bridge_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/java/java_bridge_dispatcher_host.h
|
| @@ -42,8 +42,8 @@ class JavaBridgeDispatcherHost
|
| // to |object|, which is manipulated on the background thread. This class
|
| // holds a reference to |object| for the time that the proxy object is bound
|
| // to the window object.
|
| - void AddNamedObject(const string16& name, NPObject* object);
|
| - void RemoveNamedObject(const string16& name);
|
| + void AddNamedObject(const base::string16& name, NPObject* object);
|
| + void RemoveNamedObject(const base::string16& name);
|
|
|
| // Since this object is ref-counted, it might outlive render_view_host_.
|
| void RenderViewDeleted();
|
|
|