| Index: chrome/browser/policy/policy_browsertest.cc
 | 
| diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
 | 
| index 0f0613c376b30e17845820593834f6429d5e17ff..2e325e68b12a1e1d4c45982af04f45d5af88e276 100644
 | 
| --- a/chrome/browser/policy/policy_browsertest.cc
 | 
| +++ b/chrome/browser/policy/policy_browsertest.cc
 | 
| @@ -118,6 +118,7 @@
 | 
|  #include "components/strings/grit/components_strings.h"
 | 
|  #include "components/translate/core/browser/language_state.h"
 | 
|  #include "components/translate/core/browser/translate_infobar_delegate.h"
 | 
| +#include "components/update_client/update_client.h"
 | 
|  #include "components/update_client/update_client_errors.h"
 | 
|  #include "components/update_client/url_request_post_interceptor.h"
 | 
|  #include "components/user_prefs/user_prefs.h"
 | 
| @@ -3625,8 +3626,9 @@ update_client::CrxComponent ComponentUpdaterPolicyTest::MakeCrxComponent(
 | 
|  
 | 
|      MOCK_METHOD1(OnUpdateError, void(int error));
 | 
|      MOCK_METHOD2(Install,
 | 
| -                 bool(const base::DictionaryValue& manifest,
 | 
| -                      const base::FilePath& unpack_path));
 | 
| +                 update_client::CrxInstaller::Result(
 | 
| +                     const base::DictionaryValue& manifest,
 | 
| +                     const base::FilePath& unpack_path));
 | 
|      MOCK_METHOD2(GetInstalledFile,
 | 
|                   bool(const std::string& file, base::FilePath* installed_file));
 | 
|      MOCK_METHOD0(Uninstall, bool());
 | 
| 
 |