summaryrefslogtreecommitdiffstats
path: root/build/win
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2015-01-27 15:35:35 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-27 23:36:43 +0000
commitd9afd5483d99d09ff383d77428195a00141a9d55 (patch)
tree000c90997a4dd1b1d3ebabec7a263884562f05e0 /build/win
parent383bba24c43cd8d6d72bedbeadd32511be082f8a (diff)
downloadchromium_src-d9afd5483d99d09ff383d77428195a00141a9d55.zip
chromium_src-d9afd5483d99d09ff383d77428195a00141a9d55.tar.gz
chromium_src-d9afd5483d99d09ff383d77428195a00141a9d55.tar.bz2
Fix missing .Pass() on returning scoped_ptr<SdchManager::DictionarySet>
Warns on VS2015. I'm not sure why this is new, I guess something become move-able (or not-move-able). d:\src\cr3\src\net\base\sdch_manager.cc(459): error C2248: 'scoped_ptr<net::SdchManager::DictionarySet,base::DefaultDeleter<T>>::scoped_ptr': cannot access private member declared in class 'scoped_ptr<net::SdchManager::DictionarySet,base::DefaultDeleter<T>>' with [ T=net::SdchManager::DictionarySet ] d:\src\cr3\src\base\memory\scoped_ptr.h(312): note: see declaration of 'scoped_ptr<net::SdchManager::DictionarySet,base::DefaultDeleter<T>>::scoped_ptr' with [ T=net::SdchManager::DictionarySet ] d:\src\cr3\src\net\base\sdch_manager.cc(463): error C2248: 'scoped_ptr<net::SdchManager::DictionarySet,base::DefaultDeleter<T>>::scoped_ptr': cannot access private member declared in class 'scoped_ptr<net::SdchManager::DictionarySet,base::DefaultDeleter<T>>' with [ T=net::SdchManager::DictionarySet ] d:\src\cr3\src\base\memory\scoped_ptr.h(312): note: see declaration of 'scoped_ptr<net::SdchManager::DictionarySet,base::DefaultDeleter<T>>::scoped_ptr' with [ T=net::SdchManager::DictionarySet ] d:\src\cr3\src\net\base\sdch_manager.cc(467): error C2248: 'scoped_ptr<net::SdchManager::DictionarySet,base::DefaultDeleter<T>>::scoped_ptr': cannot access private member declared in class 'scoped_ptr<net::SdchManager::DictionarySet,base::DefaultDeleter<T>>' with [ T=net::SdchManager::DictionarySet ] d:\src\cr3\src\base\memory\scoped_ptr.h(312): note: see declaration of 'scoped_ptr<net::SdchManager::DictionarySet,base::DefaultDeleter<T>>::scoped_ptr' with [ T=net::SdchManager::DictionarySet ] R=rsleevi@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/883753004 Cr-Commit-Position: refs/heads/master@{#313399}
Diffstat (limited to 'build/win')
0 files changed, 0 insertions, 0 deletions