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

Side by Side Diff: chrome/installer/util/app_commands.h

Issue 1548153002: Switch to standard integer types in chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « chrome/installer/util/app_command.cc ('k') | chrome/installer/util/beacons.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 CHROME_INSTALLER_UTIL_APP_COMMANDS_H_ 5 #ifndef CHROME_INSTALLER_UTIL_APP_COMMANDS_H_
6 #define CHROME_INSTALLER_UTIL_APP_COMMANDS_H_ 6 #define CHROME_INSTALLER_UTIL_APP_COMMANDS_H_
7 7
8 #include <windows.h> 8 #include <windows.h>
9 9
10 #include <map> 10 #include <map>
11 #include <string> 11 #include <string>
12 #include <utility> 12 #include <utility>
13 13
14 #include "base/basictypes.h" 14 #include "base/macros.h"
15 #include "chrome/installer/util/app_command.h" 15 #include "chrome/installer/util/app_command.h"
16 16
17 namespace base { 17 namespace base {
18 namespace win { 18 namespace win {
19 class RegKey; 19 class RegKey;
20 } 20 }
21 } 21 }
22 22
23 namespace installer { 23 namespace installer {
24 24
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 65
66 protected: 66 protected:
67 CommandMap commands_; 67 CommandMap commands_;
68 68
69 DISALLOW_COPY_AND_ASSIGN(AppCommands); 69 DISALLOW_COPY_AND_ASSIGN(AppCommands);
70 }; 70 };
71 71
72 } // namespace installer 72 } // namespace installer
73 73
74 #endif // CHROME_INSTALLER_UTIL_APP_COMMANDS_H_ 74 #endif // CHROME_INSTALLER_UTIL_APP_COMMANDS_H_
OLDNEW
« no previous file with comments | « chrome/installer/util/app_command.cc ('k') | chrome/installer/util/beacons.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698