| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| index 481c33eae8f2ccb92fcc0988ac4c96e8bf550f3a..aa6d19f863d278055417882339ffb67596ff51e5 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 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.
|
|
|
| @@ -16,7 +16,6 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/browser/autocomplete/autocomplete_edit.h"
|
| #include "chrome/browser/extensions/image_loading_tracker.h"
|
| -#include "chrome/browser/first_run/first_run.h"
|
| #include "chrome/browser/prefs/pref_member.h"
|
| #include "chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h"
|
| #include "chrome/browser/ui/omnibox/location_bar.h"
|
| @@ -53,7 +52,7 @@ class LocationBarViewMac : public AutocompleteEditController,
|
| virtual ~LocationBarViewMac();
|
|
|
| // Overridden from LocationBar:
|
| - virtual void ShowFirstRunBubble(FirstRun::BubbleType bubble_type) OVERRIDE;
|
| + virtual void ShowFirstRunBubble() OVERRIDE;
|
| virtual void SetSuggestedText(const string16& text,
|
| InstantCompleteBehavior behavior) OVERRIDE;
|
| virtual string16 GetInputString() const OVERRIDE;
|
| @@ -169,7 +168,7 @@ class LocationBarViewMac : public AutocompleteEditController,
|
| // tab contents state.
|
| bool RefreshContentSettingsDecorations();
|
|
|
| - void ShowFirstRunBubbleInternal(FirstRun::BubbleType bubble_type);
|
| + void ShowFirstRunBubbleInternal();
|
|
|
| // Checks if the bookmark star should be enabled or not.
|
| bool IsStarEnabled();
|
|
|