summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_util.cc
diff options
context:
space:
mode:
authorjstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-06 16:57:39 +0000
committerjstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-06 16:57:39 +0000
commitc333e797acdfd81708832d0d7fe3f93d439f55cc (patch)
tree010d0c21664fef2ff32493a1dffbba40ddf6bcad /chrome/browser/automation/automation_util.cc
parent1c9ac92646f4ab04e244a550974243aa512e40e6 (diff)
downloadchromium_src-c333e797acdfd81708832d0d7fe3f93d439f55cc.zip
chromium_src-c333e797acdfd81708832d0d7fe3f93d439f55cc.tar.gz
chromium_src-c333e797acdfd81708832d0d7fe3f93d439f55cc.tar.bz2
Cleanup extension permissions module.
- renames ExtensionPermissionsManager to extensions::PermissionsUpdater - PermissionsUpdaters are now created on demand (vs one per ExtensionService) - move some includes into the *.cc files - moves a couple common methods to extension_permissions_api_helpers.cc BUG=none TEST=existing Review URL: http://codereview.chromium.org/8493017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116673 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_util.cc')
-rw-r--r--chrome/browser/automation/automation_util.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_util.cc b/chrome/browser/automation/automation_util.cc
index 45fc0bb..f913818 100644
--- a/chrome/browser/automation/automation_util.cc
+++ b/chrome/browser/automation/automation_util.cc
@@ -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.
@@ -30,6 +30,7 @@
#include "chrome/common/extensions/extension.h"
#include "content/browser/renderer_host/render_view_host.h"
#include "content/public/browser/browser_thread.h"
+#include "content/public/browser/render_process_host.h"
#include "content/public/browser/web_contents.h"
#include "net/base/cookie_monster.h"
#include "net/base/cookie_store.h"