| Index: chrome/browser/ui/views/location_bar/location_bar_view.h | 
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h | 
| index 345994e28a12ed03d53259e9ab987ef5c9ffb9b1..552300fd5776ece91571efbdb43b30797396ce06 100644 | 
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h | 
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h | 
| @@ -1,4 +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. | 
|  | 
| @@ -204,10 +204,10 @@ class LocationBarView : public LocationBar, | 
| // appears, not where the icons are shown). | 
| gfx::Point GetLocationEntryOrigin() const; | 
|  | 
| -  // Invoked from OmniboxViewWin to show the instant suggestion. | 
| +  // Invoked from OmniboxViewWin to show the Instant suggestion. | 
| void SetInstantSuggestion(const string16& text); | 
|  | 
| -  // Returns the current instant suggestion text. | 
| +  // Returns the current Instant suggestion text. | 
| string16 GetInstantSuggestion() const; | 
|  | 
| // Sets whether the location entry can accept focus. | 
| @@ -288,8 +288,6 @@ class LocationBarView : public LocationBar, | 
|  | 
| // Overridden from LocationBar: | 
| virtual void ShowFirstRunBubble() OVERRIDE; | 
| -  virtual void SetInstantSuggestion( | 
| -      const InstantSuggestion& suggestion) OVERRIDE; | 
| virtual string16 GetInputString() const OVERRIDE; | 
| virtual WindowOpenDisposition GetWindowOpenDisposition() const OVERRIDE; | 
| virtual content::PageTransition GetPageTransition() const OVERRIDE; | 
|  |