| Index: content/public/test/mock_render_process_host.h
|
| diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
|
| index 3836ff5d30fa616e5a645f100f841dc79e285674..daf9c8157e544ed2a26d38312c10e61c2191c2c7 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -50,7 +50,7 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| virtual int VisibleWidgetCount() const OVERRIDE;
|
| virtual bool IsGuest() const OVERRIDE;
|
| virtual StoragePartition* GetStoragePartition() const OVERRIDE;
|
| - virtual void AddWord(const string16& word);
|
| + virtual void AddWord(const base::string16& word);
|
| virtual bool FastShutdownIfPossible() OVERRIDE;
|
| virtual bool FastShutdownStarted() const OVERRIDE;
|
| virtual void DumpHandles() OVERRIDE;
|
|
|