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

Unified Diff: base/file_version_info_win.h

Issue 1837483003: Move base::FreeDeleter into its own header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: base/file_version_info_win.h
diff --git a/base/file_version_info_win.h b/base/file_version_info_win.h
index 6dd020264e9ce8c786400a2f208d533c55e17d77..9b5967097cfd9176f216fc7e190675256aa5d553 100644
--- a/base/file_version_info_win.h
+++ b/base/file_version_info_win.h
@@ -10,6 +10,7 @@
#include "base/base_export.h"
#include "base/file_version_info.h"
#include "base/macros.h"
+#include "base/memory/free_deleter.h"
#include "base/memory/scoped_ptr.h"
struct tagVS_FIXEDFILEINFO;

Powered by Google App Engine
This is Rietveld 408576698