| Index: chrome/installer/util/shell_util.cc
|
| diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc
|
| index b6b0ba92d2660e669e87e92902b8065c9e3bcfb4..604f6bed2195dc3fb3e7d79a32278da736a11369 100644
|
| --- a/chrome/installer/util/shell_util.cc
|
| +++ b/chrome/installer/util/shell_util.cc
|
| @@ -15,7 +15,6 @@
|
|
|
| #include <limits>
|
| #include <string>
|
| -#include <utility>
|
|
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| @@ -274,7 +273,7 @@ ScopedVector<RegistryEntry> GetChromeDelegateExecuteEntries(
|
| sub_path, ShellUtil::kRegDelegateExecute, app_info.delegate_clsid));
|
| }
|
|
|
| - return std::move(entries);
|
| + return entries;
|
| }
|
|
|
| // Gets the registry entries to register an application in the Windows registry.
|
|
|