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

Unified Diff: win8/delegate_execute/delegate_execute_operation.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « win8/delegate_execute/command_execute_impl.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 3fc1b00a8b6fba139ea8a2a5c512cc551693025c..8d2900d27074dde07e3b33ed84386e8fd7abdd32 100644
--- a/win8/delegate_execute/delegate_execute_operation.h
+++ b/win8/delegate_execute/delegate_execute_operation.h
@@ -60,14 +60,14 @@ class DelegateExecuteOperation {
// Returns the process id of the parent or 0 on failure.
DWORD GetParentPid() const;
- const FilePath& shortcut() const {
+ const base::FilePath& shortcut() const {
return relaunch_shortcut_;
}
private:
OperationType operation_type_;
string16 relaunch_flags_;
- FilePath relaunch_shortcut_;
+ base::FilePath relaunch_shortcut_;
string16 mutex_;
DISALLOW_COPY_AND_ASSIGN(DelegateExecuteOperation);
« no previous file with comments | « win8/delegate_execute/command_execute_impl.cc ('k') | win8/delegate_execute/delegate_execute_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698