| Index: chrome/installer/util/installer_state.cc
 | 
| diff --git a/chrome/installer/util/installer_state.cc b/chrome/installer/util/installer_state.cc
 | 
| index 6ec07347133e702b133cf3f74a91f78a3e3c902f..37c711ad46065f18e809eecb1d3337d76b5ae895 100644
 | 
| --- a/chrome/installer/util/installer_state.cc
 | 
| +++ b/chrome/installer/util/installer_state.cc
 | 
| @@ -630,7 +630,6 @@ bool InstallerState::AnyExistsAndIsInUse(
 | 
|    // Check only for the current version (i.e., the version we are upgrading
 | 
|    // _from_). Later versions from pending in-use updates need not be checked
 | 
|    // since the current version is guaranteed to be in use if any such are.
 | 
| -  bool in_use = false;
 | 
|    scoped_ptr<Version> current_version(GetCurrentVersion(machine_state));
 | 
|    if (!current_version)
 | 
|      return false;
 | 
| 
 |