Index: third_party/WebKit/public/platform/WebApplicationCacheHostClient.h |
diff --git a/third_party/WebKit/public/platform/WebApplicationCacheHostClient.h b/third_party/WebKit/public/platform/WebApplicationCacheHostClient.h |
index 3c4ee38a73ce7c8d773fb399967506391cb9f0cf..fcb1d45248f1b36c8c0b7bd9b5c4ac6a28409d68 100644 |
--- a/third_party/WebKit/public/platform/WebApplicationCacheHostClient.h |
+++ b/third_party/WebKit/public/platform/WebApplicationCacheHostClient.h |
@@ -39,7 +39,8 @@ namespace blink { |
// This interface is used by the embedder to call into webkit. |
class WebApplicationCacheHostClient { |
public: |
- // Called when a different cache, including possibly no cache, is associated with the host. |
+ // Called when a different cache, including possibly no cache, is associated |
+ // with the host. |
virtual void didChangeCacheAssociation() = 0; |
// Called to fire events in the scriptable interface. |