Index: chrome/renderer/render_view.cc |
=================================================================== |
--- chrome/renderer/render_view.cc (revision 77970) |
+++ chrome/renderer/render_view.cc (working copy) |
@@ -30,7 +30,6 @@ |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/clipboard_messages.h" |
-#include "chrome/common/database_messages.h" |
#include "chrome/common/extensions/extension.h" |
#include "chrome/common/extensions/extension_constants.h" |
#include "chrome/common/extensions/extension_set.h" |
@@ -102,6 +101,7 @@ |
#include "chrome/renderer/websharedworker_proxy.h" |
#include "chrome/renderer/webworker_proxy.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" |