Index: base/win/registry.h |
diff --git a/base/win/registry.h b/base/win/registry.h |
index 1285be010d42bb45e47c9c4c613e659e0cb687da..a7c06c37efd0d7a5ad5ea43a156dadb0af878072 100644 |
--- a/base/win/registry.h |
+++ b/base/win/registry.h |
@@ -149,7 +149,7 @@ class BASE_EXPORT RegKey { |
HKEY key_; // The registry key being iterated. |
REGSAM wow64access_; |
- scoped_ptr<Watcher> key_watcher_; |
+ std::unique_ptr<Watcher> key_watcher_; |
DISALLOW_COPY_AND_ASSIGN(RegKey); |
}; |