Now the value in ScopedPtrHashMap is required to be scoped_ptr.
This commit is contained in:
parent
d003b1bb57
commit
fc4031ec26
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ class Archive {
|
||||||
scoped_ptr<base::DictionaryValue> header_;
|
scoped_ptr<base::DictionaryValue> header_;
|
||||||
|
|
||||||
// Cached external temporary files.
|
// Cached external temporary files.
|
||||||
base::ScopedPtrHashMap<base::FilePath, ScopedTemporaryFile> external_files_;
|
base::ScopedPtrHashMap<base::FilePath, scoped_ptr<ScopedTemporaryFile>>
|
||||||
|
external_files_;
|
||||||
|
|
||||||
DISALLOW_COPY_AND_ASSIGN(Archive);
|
DISALLOW_COPY_AND_ASSIGN(Archive);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue