Index: chrome/browser/extensions/extension_page_capture_api.cc |
=================================================================== |
--- chrome/browser/extensions/extension_page_capture_api.cc (revision 120814) |
+++ chrome/browser/extensions/extension_page_capture_api.cc (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. |
@@ -10,9 +10,9 @@ |
#include "chrome/browser/extensions/extension_tab_util.h" |
#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" |
#include "chrome/common/extensions/extension_messages.h" |
-#include "content/browser/child_process_security_policy.h" |
#include "content/browser/renderer_host/render_view_host.h" |
#include "content/browser/download/mhtml_generation_manager.h" |
+#include "content/public/browser/child_process_security_policy.h" |
#include "content/public/browser/notification_details.h" |
#include "content/public/browser/notification_source.h" |
#include "content/public/browser/notification_types.h" |
@@ -20,6 +20,7 @@ |
#include "content/public/browser/web_contents.h" |
using content::BrowserThread; |
+using content::ChildProcessSecurityPolicy; |
using content::WebContents; |
// Error messages. |