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

Unified Diff: chrome/common/importer/safari_importer_utils.mm

Issue 1548153002: Switch to standard integer types in chrome/. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/importer/safari_importer_utils.h ('k') | chrome/common/ini_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/importer/safari_importer_utils.mm
diff --git a/chrome/common/importer/safari_importer_utils.mm b/chrome/common/importer/safari_importer_utils.mm
index 942e75bfb5aafd05cbe812b1a41914fc2ee181a2..b69506abbaea22f28d11f86c64e8a551f76a05ed 100644
--- a/chrome/common/importer/safari_importer_utils.mm
+++ b/chrome/common/importer/safari_importer_utils.mm
@@ -9,7 +9,7 @@
#include "chrome/common/importer/importer_data_types.h"
bool SafariImporterCanImport(const base::FilePath& library_dir,
- uint16* services_supported) {
+ uint16_t* services_supported) {
DCHECK(services_supported);
*services_supported = importer::NONE;
« no previous file with comments | « chrome/common/importer/safari_importer_utils.h ('k') | chrome/common/ini_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698