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

Unified Diff: cloud_print/service/win/local_security_policy.h

Issue 107383002: Use base namespace for string16 in components and cloud_print. (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
Index: cloud_print/service/win/local_security_policy.h
diff --git a/cloud_print/service/win/local_security_policy.h b/cloud_print/service/win/local_security_policy.h
index 3e800a7b24bd874e08b8b71441da180ba8bc410c..a0c58a00bab3ad6d6de45d67f055005c87db1bad 100644
--- a/cloud_print/service/win/local_security_policy.h
+++ b/cloud_print/service/win/local_security_policy.h
@@ -21,9 +21,10 @@ class LocalSecurityPolicy {
bool Open();
void Close();
- bool IsPrivilegeSet(const string16& username,
- const string16& privilage) const;
- bool SetPrivilege(const string16& username, const string16& privilage);
+ bool IsPrivilegeSet(const base::string16& username,
+ const base::string16& privilage) const;
+ bool SetPrivilege(const base::string16& username,
+ const base::string16& privilage);
private:
LSA_HANDLE policy_;
« no previous file with comments | « cloud_print/service/win/cloud_print_service_config.cc ('k') | cloud_print/service/win/local_security_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698