Index: chrome/app/nacl_fork_delegate_linux.h |
=================================================================== |
--- chrome/app/nacl_fork_delegate_linux.h (revision 123165) |
+++ chrome/app/nacl_fork_delegate_linux.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -6,6 +6,9 @@ |
#define CHROME_APP_NACL_FORK_DELEGATE_LINUX_H_ |
#pragma once |
+#include <string> |
+#include <vector> |
+ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
#include "content/public/common/zygote_fork_delegate_linux.h" |
Property changes on: chrome/app/nacl_fork_delegate_linux.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |