Index: chrome/renderer/render_view.cc |
=================================================================== |
--- chrome/renderer/render_view.cc (revision 78395) |
+++ chrome/renderer/render_view.cc (working copy) |
@@ -28,14 +28,12 @@ |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/chrome_switches.h" |
-#include "chrome/common/clipboard_messages.h" |
#include "chrome/common/extensions/extension.h" |
#include "chrome/common/extensions/extension_constants.h" |
#include "chrome/common/extensions/extension_set.h" |
#include "chrome/common/json_value_serializer.h" |
#include "chrome/common/jstemplate_builder.h" |
#include "chrome/common/page_zoom.h" |
-#include "chrome/common/pepper_messages.h" |
#include "chrome/common/pepper_plugin_registry.h" |
#include "chrome/common/render_messages.h" |
#include "chrome/common/render_messages_params.h" |
@@ -100,11 +98,13 @@ |
#include "chrome/renderer/websharedworker_proxy.h" |
#include "chrome/renderer/webworker_proxy.h" |
#include "content/common/appcache/appcache_dispatcher.h" |
+#include "content/common/clipboard_messages.h" |
#include "content/common/content_constants.h" |
#include "content/common/database_messages.h" |
#include "content/common/file_system/file_system_dispatcher.h" |
#include "content/common/file_system/webfilesystem_callback_dispatcher.h" |
#include "content/common/notification_service.h" |
+#include "content/common/pepper_messages.h" |
#include "grit/generated_resources.h" |
#include "grit/renderer_resources.h" |
#include "media/base/filter_collection.h" |