Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2483)

Unified Diff: chrome/common/sandbox_policy.cc

Issue 2850021: Cleanup: Remove some unneeded webkit/glue headers from chrome.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/extension_l10n_util_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/sandbox_policy.cc
===================================================================
--- chrome/common/sandbox_policy.cc (revision 50482)
+++ chrome/common/sandbox_policy.cc (working copy)
@@ -1,9 +1,11 @@
-// Copyright (c) 2006-2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
#include "chrome/common/sandbox_policy.h"
+#include <string>
+
#include "app/win_util.h"
#include "base/command_line.h"
#include "base/debug_util.h"
@@ -20,7 +22,6 @@
#include "chrome/common/chrome_switches.h"
#include "chrome/common/debug_flags.h"
#include "sandbox/src/sandbox.h"
-#include "webkit/glue/plugins/plugin_list.h"
static sandbox::BrokerServices* g_broker_services = NULL;
@@ -494,4 +495,4 @@
return process;
}
-} // namespace sandbox
+} // namespace sandbox
« no previous file with comments | « chrome/common/extensions/extension_l10n_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698