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

Unified Diff: remoting/host/win/security_descriptor.cc

Issue 111373008: Update some uses of char16 to use the base:: namespace. (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 | « remoting/host/win/launch_process_with_token.cc ('k') | sandbox/win/src/handle_closer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/security_descriptor.cc
diff --git a/remoting/host/win/security_descriptor.cc b/remoting/host/win/security_descriptor.cc
index d6c7af04c67f3b20b686eb8b4019485bd8633b1b..6f59395a2d9f01ebb6b06757626fed50f46e7c30 100644
--- a/remoting/host/win/security_descriptor.cc
+++ b/remoting/host/win/security_descriptor.cc
@@ -28,7 +28,7 @@ ScopedSd ConvertSddlToSd(const std::string& sddl) {
// Converts a SID into a text string.
std::string ConvertSidToString(SID* sid) {
- char16* c_sid_string = NULL;
+ base::char16* c_sid_string = NULL;
if (!ConvertSidToStringSid(sid, &c_sid_string))
return std::string();
« no previous file with comments | « remoting/host/win/launch_process_with_token.cc ('k') | sandbox/win/src/handle_closer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698