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

Unified Diff: components/history/core/test/history_backend_db_base_test.cc

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn 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: components/history/core/test/history_backend_db_base_test.cc
diff --git a/components/history/core/test/history_backend_db_base_test.cc b/components/history/core/test/history_backend_db_base_test.cc
index 4c1dbcb1f896465ad7938cf07c42be9c2856c051..7a0c1101c1fdfadc9d5d01705a03d4f08a3e8594 100644
--- a/components/history/core/test/history_backend_db_base_test.cc
+++ b/components/history/core/test/history_backend_db_base_test.cc
@@ -116,7 +116,7 @@ void HistoryBackendDBBaseTest::DeleteBackend() {
}
}
-bool HistoryBackendDBBaseTest::AddDownload(uint32 id,
+bool HistoryBackendDBBaseTest::AddDownload(uint32_t id,
DownloadState state,
base::Time time) {
std::vector<GURL> url_chain;

Powered by Google App Engine
This is Rietveld 408576698