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

Unified 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 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/installer/util/app_command.cc ('k') | chrome/installer/util/beacons.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/app_commands.h
diff --git a/chrome/installer/util/app_commands.h b/chrome/installer/util/app_commands.h
index 61ea14e3854731a799d884618c44514859620a34..526f6611367dae2c20032827cea6bf050288a8f4 100644
--- a/chrome/installer/util/app_commands.h
+++ b/chrome/installer/util/app_commands.h
@@ -11,7 +11,7 @@
#include <string>
#include <utility>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "chrome/installer/util/app_command.h"
namespace base {
« 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