summaryrefslogtreecommitdiff
path: root/chromium/ipc/mojo/ipc_mojo_perftest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ipc/mojo/ipc_mojo_perftest.cc')
-rw-r--r--chromium/ipc/mojo/ipc_mojo_perftest.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/ipc/mojo/ipc_mojo_perftest.cc b/chromium/ipc/mojo/ipc_mojo_perftest.cc
index 1c84f2cc919..d782c77ee59 100644
--- a/chromium/ipc/mojo/ipc_mojo_perftest.cc
+++ b/chromium/ipc/mojo/ipc_mojo_perftest.cc
@@ -2,12 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stddef.h>
+
#include "base/lazy_instance.h"
#include "base/run_loop.h"
+#include "build/build_config.h"
#include "ipc/ipc_perftest_support.h"
#include "ipc/mojo/ipc_channel_mojo.h"
-#include "third_party/mojo/src/mojo/edk/embedder/platform_channel_pair.h"
#include "third_party/mojo/src/mojo/edk/embedder/embedder.h"
+#include "third_party/mojo/src/mojo/edk/embedder/platform_channel_pair.h"
namespace {