diff options
Diffstat (limited to 'chrome/common/appcache/appcache_dispatcher_host.h')
-rw-r--r-- | chrome/common/appcache/appcache_dispatcher_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/appcache/appcache_dispatcher_host.h b/chrome/common/appcache/appcache_dispatcher_host.h index 7b04b9c..9ad46fb 100644 --- a/chrome/common/appcache/appcache_dispatcher_host.h +++ b/chrome/common/appcache/appcache_dispatcher_host.h @@ -54,7 +54,7 @@ class AppCacheDispatcherHost { void StartUpdateCallback(bool result, void* param); void SwapCacheCallback(bool result, void* param); - void ReceivedBadMessage(uint16 msg_type); + void ReceivedBadMessage(uint32 msg_type); AppCacheFrontendProxy frontend_proxy_; appcache::AppCacheBackendImpl backend_impl_; |