From cb09dee0737dd508d16f20f10268c6f849dce939 Mon Sep 17 00:00:00 2001 From: "pgal.u-szeged@partner.samsung.com" Date: Thu, 17 Apr 2014 14:29:53 +0000 Subject: Broker process unittest build fail after r263147 After the r263147 the unittest build for the broker process fails with unknown type error. Add the missing include which defines the type. BUG=364058 Review URL: https://codereview.chromium.org/239053005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264505 0039d316-1c4b-4281-b951-d872f2087c98 --- sandbox/linux/services/broker_process_unittest.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'sandbox') diff --git a/sandbox/linux/services/broker_process_unittest.cc b/sandbox/linux/services/broker_process_unittest.cc index 073eba8..a1f38df 100644 --- a/sandbox/linux/services/broker_process_unittest.cc +++ b/sandbox/linux/services/broker_process_unittest.cc @@ -6,6 +6,7 @@ #include #include +#include #include #include #include -- cgit v1.1