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

Unified Diff: remoting/host/host_status_logger_unittest.cc

Issue 393703002: Rename *Fake to Fake* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 6 years, 5 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
« no previous file with comments | « remoting/host/fake_screen_capturer.cc ('k') | remoting/host/host_status_monitor_fake.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_status_logger_unittest.cc
diff --git a/remoting/host/host_status_logger_unittest.cc b/remoting/host/host_status_logger_unittest.cc
index ef2fd355593c85cf8b8bd04146402e43a804c1ea..2a4b540520228b4b37a307a089039b0fd7ab70e9 100644
--- a/remoting/host/host_status_logger_unittest.cc
+++ b/remoting/host/host_status_logger_unittest.cc
@@ -6,7 +6,7 @@
#include "base/message_loop/message_loop.h"
#include "base/message_loop/message_loop_proxy.h"
-#include "remoting/host/host_status_monitor_fake.h"
+#include "remoting/host/fake_host_status_monitor.h"
#include "remoting/signaling/mock_signal_strategy.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gmock_mutant.h"
@@ -141,7 +141,7 @@ class HostStatusLoggerTest : public testing::Test {
scoped_refptr<base::MessageLoopProxy> message_loop_proxy_;
MockSignalStrategy signal_strategy_;
scoped_ptr<HostStatusLogger> host_status_logger_;
- HostStatusMonitorFake host_status_monitor_;
+ FakeHostStatusMonitor host_status_monitor_;
};
TEST_F(HostStatusLoggerTest, SendNow) {
« no previous file with comments | « remoting/host/fake_screen_capturer.cc ('k') | remoting/host/host_status_monitor_fake.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698