summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browsing_data/browsing_data_indexed_db_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browsing_data/browsing_data_indexed_db_helper.h')
-rw-r--r--chrome/browser/browsing_data/browsing_data_indexed_db_helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browsing_data/browsing_data_indexed_db_helper.h b/chrome/browser/browsing_data/browsing_data_indexed_db_helper.h
index 9119cb4..133f6d6 100644
--- a/chrome/browser/browsing_data/browsing_data_indexed_db_helper.h
+++ b/chrome/browser/browsing_data/browsing_data_indexed_db_helper.h
@@ -5,10 +5,13 @@
#ifndef CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_INDEXED_DB_HELPER_H_
#define CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_INDEXED_DB_HELPER_H_
+#include <stddef.h>
+
#include <list>
#include <set>
#include "base/callback.h"
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/strings/string16.h"
#include "content/public/browser/indexed_db_context.h"