Index: content/browser/renderer_host/render_message_filter.cc |
=================================================================== |
--- content/browser/renderer_host/render_message_filter.cc (revision 88904) |
+++ content/browser/renderer_host/render_message_filter.cc (working copy) |
@@ -15,7 +15,6 @@ |
#include "chrome/browser/download/download_types.h" |
#include "chrome/browser/download/download_util.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/common/chrome_switches.h" |
#include "chrome/common/extensions/extension.h" |
#include "content/browser/browser_thread.h" |
#include "content/browser/child_process_security_policy.h" |
@@ -28,6 +27,7 @@ |
#include "content/browser/renderer_host/render_view_host_delegate.h" |
#include "content/browser/renderer_host/render_widget_helper.h" |
#include "content/browser/user_metrics.h" |
+#include "content/common/content_switches.h" |
#include "content/common/desktop_notification_messages.h" |
#include "content/common/notification_service.h" |
#include "content/common/url_constants.h" |