Index: chrome/installer/util/product.cc |
diff --git a/chrome/installer/util/product.cc b/chrome/installer/util/product.cc |
index bd0b2687b9729c1cb54a5c9feb3f4641a9433194..4f96e13af2cb6a9973b17fc1154eb7622263a11c 100644 |
--- a/chrome/installer/util/product.cc |
+++ b/chrome/installer/util/product.cc |
@@ -69,7 +69,7 @@ bool Product::LaunchChrome(const base::FilePath& application_path) const { |
bool Product::LaunchChromeAndWait(const base::FilePath& application_path, |
const base::CommandLine& options, |
- int32* exit_code) const { |
+ int32_t* exit_code) const { |
if (application_path.empty()) |
return false; |