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

Unified Diff: win8/delegate_execute/delegate_execute_operation.h

Issue 119733002: Add base:: to string16s in win8/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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 | « win8/delegate_execute/delegate_execute.cc ('k') | win8/delegate_execute/delegate_execute_operation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/delegate_execute/delegate_execute_operation.h
diff --git a/win8/delegate_execute/delegate_execute_operation.h b/win8/delegate_execute/delegate_execute_operation.h
index 7d1456cef52a383d32a076257a0c5ae4cbd50000..91e2231f72358bca7329477433bc21292b73ed55 100644
--- a/win8/delegate_execute/delegate_execute_operation.h
+++ b/win8/delegate_execute/delegate_execute_operation.h
@@ -49,11 +49,11 @@ class DelegateExecuteOperation {
return operation_type_;
}
- const string16& relaunch_flags() const {
+ const base::string16& relaunch_flags() const {
return relaunch_flags_;
}
- const string16& mutex() const {
+ const base::string16& mutex() const {
return mutex_;
}
@@ -66,9 +66,9 @@ class DelegateExecuteOperation {
private:
OperationType operation_type_;
- string16 relaunch_flags_;
+ base::string16 relaunch_flags_;
base::FilePath relaunch_shortcut_;
- string16 mutex_;
+ base::string16 mutex_;
DISALLOW_COPY_AND_ASSIGN(DelegateExecuteOperation);
};
« no previous file with comments | « win8/delegate_execute/delegate_execute.cc ('k') | win8/delegate_execute/delegate_execute_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698