| Index: components/component_updater/update_response.h
 | 
| diff --git a/chrome/browser/component_updater/update_response.h b/components/component_updater/update_response.h
 | 
| similarity index 95%
 | 
| rename from chrome/browser/component_updater/update_response.h
 | 
| rename to components/component_updater/update_response.h
 | 
| index 08ab77f74dd325a009ab9437a0fe7ddd903ea316..a65de82e0d09961d67a19a27a6d0ba992665c03e 100644
 | 
| --- a/chrome/browser/component_updater/update_response.h
 | 
| +++ b/components/component_updater/update_response.h
 | 
| @@ -2,8 +2,8 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#ifndef CHROME_BROWSER_COMPONENT_UPDATER_UPDATE_RESPONSE_H_
 | 
| -#define CHROME_BROWSER_COMPONENT_UPDATER_UPDATE_RESPONSE_H_
 | 
| +#ifndef COMPONENTS_COMPONENT_UPDATER_UPDATE_RESPONSE_H_
 | 
| +#define COMPONENTS_COMPONENT_UPDATER_UPDATE_RESPONSE_H_
 | 
|  
 | 
|  #include <string>
 | 
|  #include <vector>
 | 
| @@ -131,4 +131,4 @@ class UpdateResponse {
 | 
|  
 | 
|  }  // namespace component_updater
 | 
|  
 | 
| -#endif  // CHROME_BROWSER_COMPONENT_UPDATER_UPDATE_RESPONSE_H_
 | 
| +#endif  // COMPONENTS_COMPONENT_UPDATER_UPDATE_RESPONSE_H_
 | 
| 
 |