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

Unified Diff: chrome/browser/download/all_download_item_notifier.h

Issue 1542413002: Switch to standard integer types in chrome/browser/, part 1 of 4. (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/browser/download/all_download_item_notifier.h
diff --git a/chrome/browser/download/all_download_item_notifier.h b/chrome/browser/download/all_download_item_notifier.h
index 86d4d68753058975b008c7a20dadc6e033edbb28..c48921422f0a648a9b62708b19ffc433f3f4f0c5 100644
--- a/chrome/browser/download/all_download_item_notifier.h
+++ b/chrome/browser/download/all_download_item_notifier.h
@@ -7,8 +7,9 @@
#include <set>
-#include "content/public/browser/download_manager.h"
+#include "base/macros.h"
#include "content/public/browser/download_item.h"
+#include "content/public/browser/download_manager.h"
// AllDownloadItemNotifier observes ALL the DownloadItems on a given
// DownloadManager.
« no previous file with comments | « chrome/browser/domain_reliability/service_factory.cc ('k') | chrome/browser/download/all_download_item_notifier_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698