summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profiles/profile_browsertest.cc')
-rw-r--r--chrome/browser/profiles/profile_browsertest.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/profiles/profile_browsertest.cc b/chrome/browser/profiles/profile_browsertest.cc
index 72b1ee7..6b96f6b 100644
--- a/chrome/browser/profiles/profile_browsertest.cc
+++ b/chrome/browser/profiles/profile_browsertest.cc
@@ -4,6 +4,8 @@
#include "chrome/browser/profiles/profile.h"
+#include <stddef.h>
+
#include "base/command_line.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
@@ -17,6 +19,7 @@
#include "base/synchronization/waitable_event.h"
#include "base/values.h"
#include "base/version.h"
+#include "build/build_config.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/chrome_notification_types.h"
#include "chrome/browser/net/url_request_mock_util.h"