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

Side by Side Diff: win8/delegate_execute/delegate_execute_operation.h

Issue 1540973003: Switch to standard integer types in win8/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WIN8_DELEGATE_EXECUTE_DELEGATE_EXECUTE_OPERATION_H_ 5 #ifndef WIN8_DELEGATE_EXECUTE_DELEGATE_EXECUTE_OPERATION_H_
6 #define WIN8_DELEGATE_EXECUTE_DELEGATE_EXECUTE_OPERATION_H_ 6 #define WIN8_DELEGATE_EXECUTE_DELEGATE_EXECUTE_OPERATION_H_
7 7
8 #include <windows.h> 8 #include <windows.h>
9 #include <atldef.h> 9 #include <atldef.h>
10 10
11 #include "base/basictypes.h"
12 #include "base/files/file_path.h" 11 #include "base/files/file_path.h"
12 #include "base/macros.h"
13 #include "base/process/process.h" 13 #include "base/process/process.h"
14 #include "base/strings/string16.h" 14 #include "base/strings/string16.h"
15 15
16 namespace base { 16 namespace base {
17 class CommandLine; 17 class CommandLine;
18 } 18 }
19 19
20 namespace delegate_execute { 20 namespace delegate_execute {
21 21
22 // Parses a portion of the DelegateExecute handler's command line to determine 22 // Parses a portion of the DelegateExecute handler's command line to determine
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 base::string16 relaunch_flags_; 72 base::string16 relaunch_flags_;
73 base::FilePath relaunch_shortcut_; 73 base::FilePath relaunch_shortcut_;
74 base::string16 mutex_; 74 base::string16 mutex_;
75 75
76 DISALLOW_COPY_AND_ASSIGN(DelegateExecuteOperation); 76 DISALLOW_COPY_AND_ASSIGN(DelegateExecuteOperation);
77 }; 77 };
78 78
79 } // namespace delegate_execute 79 } // namespace delegate_execute
80 80
81 #endif // WIN8_DELEGATE_EXECUTE_DELEGATE_EXECUTE_OPERATION_H_ 81 #endif // WIN8_DELEGATE_EXECUTE_DELEGATE_EXECUTE_OPERATION_H_
OLDNEW
« no previous file with comments | « win8/delegate_execute/chrome_util.cc ('k') | win8/delegate_execute/delegate_execute_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698