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

Unified Diff: components/component_updater/background_downloader_win.h

Issue 590333002: Replace usage of basictypes.h with a combination of stdint.h and base/macros.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 years, 3 months 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/component_updater/background_downloader_win.h
diff --git a/components/component_updater/background_downloader_win.h b/components/component_updater/background_downloader_win.h
index a738a9eaa705c64df500f473ebcf3fd780b77e8b..66cabe12d115cda68ce2f4d6e37385c668567df0 100644
--- a/components/component_updater/background_downloader_win.h
+++ b/components/component_updater/background_downloader_win.h
@@ -8,6 +8,7 @@
#include <windows.h>
#include <bits.h>
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/strings/string16.h"
#include "base/threading/thread_checker.h"

Powered by Google App Engine
This is Rietveld 408576698