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

Unified Diff: chrome/common/importer/importer_test_registry_overrider_win.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
Index: chrome/common/importer/importer_test_registry_overrider_win.h
diff --git a/chrome/common/importer/importer_test_registry_overrider_win.h b/chrome/common/importer/importer_test_registry_overrider_win.h
index 4f493fc20f49f5f468a38489621144631ae3bb52..f814382ca3aaf15c136f9f0999a767f38f0546d0 100644
--- a/chrome/common/importer/importer_test_registry_overrider_win.h
+++ b/chrome/common/importer/importer_test_registry_overrider_win.h
@@ -5,7 +5,7 @@
#ifndef CHROME_COMMON_IMPORTER_IMPORTER_TEST_REGISTRY_OVERRIDER_WIN_H_
#define CHROME_COMMON_IMPORTER_IMPORTER_TEST_REGISTRY_OVERRIDER_WIN_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "base/strings/string16.h"
// A helper class to let tests generate a random registry key to be used in
« no previous file with comments | « chrome/common/importer/importer_data_types.cc ('k') | chrome/common/importer/profile_import_process_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698