| Index: webkit/appcache/appcache_frontend_impl.h
|
| ===================================================================
|
| --- webkit/appcache/appcache_frontend_impl.h (revision 53710)
|
| +++ webkit/appcache/appcache_frontend_impl.h (working copy)
|
| @@ -5,6 +5,7 @@
|
| #ifndef WEBKIT_APPCACHE_APPCACHE_FRONTEND_IMPL_H_
|
| #define WEBKIT_APPCACHE_APPCACHE_FRONTEND_IMPL_H_
|
|
|
| +#include <string>
|
| #include <vector>
|
| #include "webkit/appcache/appcache_interfaces.h"
|
|
|
| @@ -12,8 +13,8 @@
|
|
|
| class AppCacheFrontendImpl : public AppCacheFrontend {
|
| public:
|
| - virtual void OnCacheSelected(int host_id, int64 cache_id,
|
| - Status status);
|
| + virtual void OnCacheSelected(
|
| + int host_id, const appcache::AppCacheInfo& info);
|
| virtual void OnStatusChanged(const std::vector<int>& host_ids,
|
| Status status);
|
| virtual void OnEventRaised(const std::vector<int>& host_ids,
|
|
|