Index: content/browser/in_process_webkit/dom_storage_namespace.h |
=================================================================== |
--- content/browser/in_process_webkit/dom_storage_namespace.h (revision 123509) |
+++ content/browser/in_process_webkit/dom_storage_namespace.h (working copy) |
@@ -68,7 +68,7 @@ |
// The WebKit storage namespace we manage. |
scoped_ptr<WebKit::WebStorageNamespace> storage_namespace_; |
- // Our id. Unique to our parent WebKitContext class. |
+ // Our id. Unique to our parent DOMStorageContext class. |
int64 id_; |
// The path used to create us, so we can recreate our WebStorageNamespace on |