| Index: chrome/renderer/render_view.cc
|
| ===================================================================
|
| --- chrome/renderer/render_view.cc (revision 77976)
|
| +++ chrome/renderer/render_view.cc (working copy)
|
| @@ -22,7 +22,6 @@
|
| #include "base/time.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "build/build_config.h"
|
| -#include "chrome/common/appcache/appcache_dispatcher.h"
|
| #include "chrome/common/autofill_messages.h"
|
| #include "chrome/common/bindings_policy.h"
|
| #include "chrome/common/child_process_logging.h"
|
| @@ -100,6 +99,7 @@
|
| #include "chrome/renderer/webplugin_delegate_proxy.h"
|
| #include "chrome/renderer/websharedworker_proxy.h"
|
| #include "chrome/renderer/webworker_proxy.h"
|
| +#include "content/common/appcache/appcache_dispatcher.h"
|
| #include "content/common/content_constants.h"
|
| #include "content/common/database_messages.h"
|
| #include "content/common/file_system/file_system_dispatcher.h"
|
|
|