Index: content/public/test/mock_render_process_host.cc |
diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc |
index 21bcaf235159982de192dd847f63554a8a6ea1ae..9ef67e3cfd438cdc774047e70fbeba6756f92548 100644 |
--- a/content/public/test/mock_render_process_host.cc |
+++ b/content/public/test/mock_render_process_host.cc |
@@ -111,7 +111,7 @@ StoragePartition* MockRenderProcessHost::GetStoragePartition() const { |
return NULL; |
} |
-void MockRenderProcessHost::AddWord(const string16& word) { |
+void MockRenderProcessHost::AddWord(const base::string16& word) { |
} |
bool MockRenderProcessHost::FastShutdownIfPossible() { |