commit | 1fc00f1b35b65125631e46120af2716030ac355c | [log] [tgz] |
---|---|---|
author | dcheng <[email protected]> | Sat Dec 26 22:18:03 2015 |
committer | Commit bot <[email protected]> | Sat Dec 26 22:19:03 2015 |
tree | 3c56765214d6e6cd215db40ba1d849bb21a1d804 | |
parent | 9b6f42934e5a1e65ebfc668d91a28a6e2678a14c [diff] [blame] |
Convert Pass()→std::move() in //chrome/browser/extensions ☃ BUG=557422 [email protected] [email protected] Review URL: https://codereview.chromium.org/1549233002 Cr-Commit-Position: refs/heads/master@{#366911}
diff --git a/chrome/browser/extensions/extension_util.cc b/chrome/browser/extensions/extension_util.cc index 5b4bfd48..4406eb9 100644 --- a/chrome/browser/extensions/extension_util.cc +++ b/chrome/browser/extensions/extension_util.cc
@@ -345,7 +345,7 @@ NULL); // Don't set bool if exists. dict->SetString("icon", icon.spec()); - return dict.Pass(); + return dict; } const gfx::ImageSkia& GetDefaultAppIcon() {