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

Unified Diff: remoting/host/chromoting_host_unittest.cc

Issue 11886051: Turned UiStrings into a singleton so that the continue window does not depend on ChromotingHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback Created 7 years, 11 months 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
Index: remoting/host/chromoting_host_unittest.cc
diff --git a/remoting/host/chromoting_host_unittest.cc b/remoting/host/chromoting_host_unittest.cc
index 0235512fe1a30c8d783ff8cdc973d6d459c70a85..43055c39708805c40efe88646e1b348dc11a455e 100644
--- a/remoting/host/chromoting_host_unittest.cc
+++ b/remoting/host/chromoting_host_unittest.cc
@@ -84,7 +84,7 @@ class MockIt2MeHostUserInterface : public It2MeHostUserInterface {
MockIt2MeHostUserInterface::MockIt2MeHostUserInterface(
scoped_refptr<base::SingleThreadTaskRunner> network_task_runner,
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner)
- : It2MeHostUserInterface(network_task_runner, ui_task_runner) {
+ : It2MeHostUserInterface(network_task_runner, ui_task_runner, UiStrings()) {
}
void MockIt2MeHostUserInterface::InitFrom(

Powered by Google App Engine
This is Rietveld 408576698