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

Unified Diff: remoting/host/it2me/it2me_native_messaging_host_unittest.cc

Issue 103053006: Renaming NativeMessagingHost to Me2MeNativeMessagingHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegage
Patch Set: Resolving merge conflict. 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 | « remoting/host/host_main.cc ('k') | remoting/host/setup/me2me_native_messaging_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/it2me/it2me_native_messaging_host_unittest.cc
diff --git a/remoting/host/it2me/it2me_native_messaging_host_unittest.cc b/remoting/host/it2me/it2me_native_messaging_host_unittest.cc
index ea8c87539e7d831dd775291db8888c1faabb4951..61a4a99b873d3601d8e7d0409e6b65621d0fce15 100644
--- a/remoting/host/it2me/it2me_native_messaging_host_unittest.cc
+++ b/remoting/host/it2me/it2me_native_messaging_host_unittest.cc
@@ -192,11 +192,11 @@ class It2MeNativeMessagingHostTest : public testing::Test {
void ExitTest();
// Each test creates two unidirectional pipes: "input" and "output".
- // NativeMessagingHost reads from input_read_handle and writes to
+ // It2MeNativeMessagingHost reads from input_read_handle and writes to
// output_write_handle. The unittest supplies data to input_write_handle, and
// verifies output from output_read_handle.
//
- // unittest -> [input] -> NativeMessagingHost -> [output] -> unittest
+ // unittest -> [input] -> It2MeNativeMessagingHost -> [output] -> unittest
base::PlatformFile input_write_handle_;
base::PlatformFile output_read_handle_;
« no previous file with comments | « remoting/host/host_main.cc ('k') | remoting/host/setup/me2me_native_messaging_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698