| Index: chrome/browser/ui/bookmarks/bookmark_tab_helper_delegate.h
|
| diff --git a/chrome/browser/ui/bookmarks/bookmarks_tab_helper_delegate.h b/chrome/browser/ui/bookmarks/bookmark_tab_helper_delegate.h
|
| similarity index 58%
|
| rename from chrome/browser/ui/bookmarks/bookmarks_tab_helper_delegate.h
|
| rename to chrome/browser/ui/bookmarks/bookmark_tab_helper_delegate.h
|
| index d79e028f57f37e9ffdb3f60d9b51e229e5ca04a0..4f1942ca9d9762d9c7b6f96082d80f536e94d75b 100644
|
| --- a/chrome/browser/ui/bookmarks/bookmarks_tab_helper_delegate.h
|
| +++ b/chrome/browser/ui/bookmarks/bookmark_tab_helper_delegate.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_UI_BOOKMARKS_BOOKMARKS_TAB_HELPER_DELEGATE_H_
|
| -#define CHROME_BROWSER_UI_BOOKMARKS_BOOKMARKS_TAB_HELPER_DELEGATE_H_
|
| +#ifndef CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_TAB_HELPER_DELEGATE_H_
|
| +#define CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_TAB_HELPER_DELEGATE_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| @@ -11,14 +11,14 @@
|
| class TabContentsWrapper;
|
|
|
| // Objects implement this interface to get notified about changes in the
|
| -// BookmarksTabHelper and to provide necessary functionality.
|
| -class BookmarksTabHelperDelegate {
|
| +// BookmarkTabHelper and to provide necessary functionality.
|
| +class BookmarkTabHelperDelegate {
|
| public:
|
| // Notification that the starredness of the current URL changed.
|
| virtual void URLStarredChanged(TabContentsWrapper* source, bool starred) = 0;
|
|
|
| protected:
|
| - virtual ~BookmarksTabHelperDelegate();
|
| + virtual ~BookmarkTabHelperDelegate();
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_BOOKMARKS_BOOKMARKS_TAB_HELPER_DELEGATE_H_
|
| +#endif // CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_TAB_HELPER_DELEGATE_H_
|
|
|