summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--content/browser/dom_storage/dom_storage_host.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 61047ae..8109625 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -11,6 +11,7 @@
Aaron Jacobs <samusaaron3@gmail.com>
Aaron Leventhal <aaronlevbugs@gmail.com>
Aaron Randolph <aaron.randolph@gmail.com>
+Adam Roben <adam@github.com>
Adam Treat <adam.treat@samsung.com>
Adenilson Cavalcanti <a.cavalcanti@partner.samsung.com>
Aditya Bhargava <heuristicist@gmail.com>
diff --git a/content/browser/dom_storage/dom_storage_host.h b/content/browser/dom_storage/dom_storage_host.h
index f4ca784..10d5919 100644
--- a/content/browser/dom_storage/dom_storage_host.h
+++ b/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