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

Unified Diff: remoting/host/host_service_win.h

Issue 10579034: Removing incorrect usage of TO_L_STRING() macros. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 6 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/elevated_controller_win.cc ('k') | remoting/host/host_service_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_service_win.h
diff --git a/remoting/host/host_service_win.h b/remoting/host/host_service_win.h
index e055dbaabf0c54c1b4c7e7941060764ca99f9b04..0b557300d1562286dc00b37e27c01674ef21494d 100644
--- a/remoting/host/host_service_win.h
+++ b/remoting/host/host_service_win.h
@@ -10,7 +10,6 @@
#include "base/file_path.h"
#include "base/memory/singleton.h"
#include "base/observer_list.h"
-#include "base/string16.h"
#include "base/synchronization/waitable_event.h"
#include "remoting/host/wts_console_monitor_win.h"
@@ -89,7 +88,7 @@ class HostService : public WtsConsoleMonitor {
int (HostService::*run_routine_)();
// The service name.
- string16 service_name_;
+ std::wstring service_name_;
// The service status handle.
SERVICE_STATUS_HANDLE service_status_handle_;
« no previous file with comments | « remoting/host/elevated_controller_win.cc ('k') | remoting/host/host_service_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698