Index: content/browser/dom_storage/dom_storage_context_wrapper.h |
diff --git a/content/browser/dom_storage/dom_storage_context_wrapper.h b/content/browser/dom_storage/dom_storage_context_wrapper.h |
index 56196a1f997f1185aca43494d2e56f251c1bec45..30bd48d835fc44c974509ce25a013464d62cd6bd 100644 |
--- a/content/browser/dom_storage/dom_storage_context_wrapper.h |
+++ b/content/browser/dom_storage/dom_storage_context_wrapper.h |
@@ -80,7 +80,7 @@ class CONTENT_EXPORT DOMStorageContextWrapper : |
// An inner class to keep all mojo-ish details together and not bleed them |
// through the public interface. |
class MojoState; |
- scoped_ptr<MojoState> mojo_state_; |
+ std::unique_ptr<MojoState> mojo_state_; |
scoped_refptr<DOMStorageContextImpl> context_; |