Index: webkit/appcache/appcache_frontend_impl.h |
=================================================================== |
--- webkit/appcache/appcache_frontend_impl.h (revision 26254) |
+++ webkit/appcache/appcache_frontend_impl.h (working copy) |
@@ -12,7 +12,7 @@ |
class AppCacheFrontendImpl : public AppCacheFrontend { |
public: |
- virtual void OnCacheSelected(int host_id, int64 cache_id , |
+ virtual void OnCacheSelected(int host_id, int64 cache_id, |
Status status); |
virtual void OnStatusChanged(const std::vector<int>& host_ids, |
Status status); |