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

Side by Side Diff: chrome/installer/util/logging_installer.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, 12 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
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_LOGGING_INSTALLER_H_ 5 #ifndef CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_
6 #define CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_ 6 #define CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_
7 7
8 #include "base/basictypes.h"
9 8
10 namespace base { 9 namespace base {
11 class FilePath; 10 class FilePath;
12 } 11 }
13 12
14 namespace installer { 13 namespace installer {
15 14
16 class MasterPreferences; 15 class MasterPreferences;
17 16
18 // Verbose installer runs clock in at around 50K, non-verbose much less than 17 // Verbose installer runs clock in at around 50K, non-verbose much less than
(...skipping 30 matching lines...) Expand all
49 48
50 // Call when done using logging for Chrome installer. 49 // Call when done using logging for Chrome installer.
51 void EndInstallerLogging(); 50 void EndInstallerLogging();
52 51
53 // Returns the full path of the log file. 52 // Returns the full path of the log file.
54 base::FilePath GetLogFilePath(const installer::MasterPreferences& prefs); 53 base::FilePath GetLogFilePath(const installer::MasterPreferences& prefs);
55 54
56 } // namespace installer 55 } // namespace installer
57 56
58 #endif // CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_ 57 #endif // CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_
OLDNEW
« no previous file with comments | « chrome/installer/util/legacy_firewall_manager_win_unittest.cc ('k') | chrome/installer/util/logging_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698