| Index: content/common/appcache/appcache_dispatcher.cc
|
| ===================================================================
|
| --- content/common/appcache/appcache_dispatcher.cc (revision 163290)
|
| +++ content/common/appcache/appcache_dispatcher.cc (working copy)
|
| @@ -7,6 +7,8 @@
|
| #include "content/common/appcache_messages.h"
|
| #include "webkit/appcache/web_application_cache_host_impl.h"
|
|
|
| +namespace content {
|
| +
|
| bool AppCacheDispatcher::OnMessageReceived(const IPC::Message& msg) {
|
| bool handled = true;
|
| IPC_BEGIN_MESSAGE_MAP(AppCacheDispatcher, msg)
|
| @@ -59,3 +61,5 @@
|
| const GURL& manifest_url) {
|
| frontend_impl_.OnContentBlocked(host_id, manifest_url);
|
| }
|
| +
|
| +} // namespace content
|
|
|