summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/exo/wayland/server.cc1
-rw-r--r--components/storage_monitor/storage_monitor_win_unittest.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/components/exo/wayland/server.cc b/components/exo/wayland/server.cc
index 97e5da1..9a8216b 100644
--- a/components/exo/wayland/server.cc
+++ b/components/exo/wayland/server.cc
@@ -27,6 +27,7 @@
#include "base/cancelable_callback.h"
#include "base/files/file_path.h"
#include "base/macros.h"
+#include "base/memory/free_deleter.h"
#include "base/strings/stringprintf.h"
#include "base/strings/utf_string_conversions.h"
#include "components/exo/buffer.h"
diff --git a/components/storage_monitor/storage_monitor_win_unittest.cc b/components/storage_monitor/storage_monitor_win_unittest.cc
index b8f2487..0d94a1e 100644
--- a/components/storage_monitor/storage_monitor_win_unittest.cc
+++ b/components/storage_monitor/storage_monitor_win_unittest.cc
@@ -10,6 +10,7 @@
#include <vector>
#include "base/macros.h"
+#include "base/memory/free_deleter.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/run_loop.h"