| Index: chrome/chrome_browser.gypi | 
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi | 
| index 1e1b098cfecd60ce4d9924495017accf9c7e76ff..23201d1ae09d670389b5f8216c14c1c9c06a8e02 100644 | 
| --- a/chrome/chrome_browser.gypi | 
| +++ b/chrome/chrome_browser.gypi | 
| @@ -1,5 +1,4 @@ | 
| -# Copyright (c) 2012 The Chromium Authors. All rights reserved. | 
| -# | 
| +# Copyright 2012 The Chromium Authors. All rights reserved. | 
| # Use of this source code is governed by a BSD-style license that can be | 
| # found in the LICENSE file. | 
|  | 
| @@ -917,6 +916,8 @@ | 
| 'browser/infobars/infobar_tab_helper.h', | 
| 'browser/infobars/insecure_content_infobar_delegate.cc', | 
| 'browser/infobars/insecure_content_infobar_delegate.h', | 
| +        'browser/instant/instant_client.cc', | 
| +        'browser/instant/instant_client.h', | 
| 'browser/instant/instant_commit_type.h', | 
| 'browser/instant/instant_controller.cc', | 
| 'browser/instant/instant_controller.h', | 
| @@ -927,6 +928,8 @@ | 
| 'browser/instant/instant_model_observer.h', | 
| 'browser/instant/instant_preview_controller.cc', | 
| 'browser/instant/instant_preview_controller.h', | 
| +        'browser/instant/instant_tab.cc', | 
| +        'browser/instant/instant_tab.h', | 
| 'browser/instant/instant_unload_handler.cc', | 
| 'browser/instant/instant_unload_handler.h', | 
| 'browser/intents/cws_intents_registry.cc', | 
|  |