Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: content/public/test/mock_render_thread.h

Issue 102593002: Convert string16 to base::string16 in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/test/mock_render_process_host.cc ('k') | content/public/test/mock_render_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/mock_render_thread.h
diff --git a/content/public/test/mock_render_thread.h b/content/public/test/mock_render_thread.h
index ec03c788b587ae13f0aa4bc7747e1b20bc19ad00..dc5b82aa6116a2ef6167b69bbeda4c660b3b93f4 100644
--- a/content/public/test/mock_render_thread.h
+++ b/content/public/test/mock_render_thread.h
@@ -35,7 +35,8 @@ class MockRenderThread : public RenderThread {
// Helpers for embedders to know when content IPC messages are received, since
// they don't have access to content IPC files.
- void VerifyRunJavaScriptMessageSend(const string16& expected_alert_message);
+ void VerifyRunJavaScriptMessageSend(
+ const base::string16& expected_alert_message);
// RenderThread implementation:
virtual bool Send(IPC::Message* msg) OVERRIDE;
« no previous file with comments | « content/public/test/mock_render_process_host.cc ('k') | content/public/test/mock_render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698