Index: sync/internal_api/public/util/immutable.h |
diff --git a/sync/internal_api/public/util/immutable.h b/sync/internal_api/public/util/immutable.h |
index 48d4051aa2087e4c4fe830b0d19904ec65485496..d432f9fa9a382c794b410c142ee750325f392137 100644 |
--- a/sync/internal_api/public/util/immutable.h |
+++ b/sync/internal_api/public/util/immutable.h |
@@ -158,7 +158,7 @@ class ImmutableCore |
// ... |
// private: |
// struct ImmutableSomeOtherTypeTraits { |
-// // scoped_ptr<SomeOtherType> won't work here, either. |
+// // std::unique_ptr<SomeOtherType> won't work here, either. |
// typedef SomeOtherType* Wrapper; |
// |
// static void InitializeWrapper(Wrapper* wrapper); |