| 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);
|
| };
|
|
|