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

Unified Diff: chrome/installer/util/registry_test_data.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/registry_key_backup.cc ('k') | chrome/installer/util/self_cleaning_temp_dir.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/registry_test_data.h
diff --git a/chrome/installer/util/registry_test_data.h b/chrome/installer/util/registry_test_data.h
index 4af18618d0f4e0a7683af623af001eb87108cd3e..495cdf82ba3c53fc148aead93ed062217ae90f45 100644
--- a/chrome/installer/util/registry_test_data.h
+++ b/chrome/installer/util/registry_test_data.h
@@ -9,7 +9,7 @@
#include <string>
-#include "base/basictypes.h"
+#include "base/macros.h"
// A helper class for use by unit tests that need some registry space and data.
// BEWARE: Instances of this class irrevocably and recursively delete keys and
« no previous file with comments | « chrome/installer/util/registry_key_backup.cc ('k') | chrome/installer/util/self_cleaning_temp_dir.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698