summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/dom_storage/dom_storage_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/dom_storage/dom_storage_host.h')
-rw-r--r--chromium/content/browser/dom_storage/dom_storage_host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/content/browser/dom_storage/dom_storage_host.h b/chromium/content/browser/dom_storage/dom_storage_host.h
index f4ca784b2fa..10d59198f23 100644
--- a/chromium/content/browser/dom_storage/dom_storage_host.h
+++ b/chromium/content/browser/dom_storage/dom_storage_host.h
@@ -81,6 +81,8 @@ class CONTENT_EXPORT DOMStorageHost {
scoped_refptr<DOMStorageContextImpl> context_;
AreaMap connections_;
int render_process_id_;
+
+ DISALLOW_COPY_AND_ASSIGN(DOMStorageHost);
};
} // namespace content