| Index: chrome/browser/extensions/extension_bookmarks_module.cc
|
| diff --git a/chrome/browser/extensions/extension_bookmarks_module.cc b/chrome/browser/extensions/extension_bookmarks_module.cc
|
| index c67482ad40d1e0c742d2396dc6abac1c3f9f05ba..180a5bbfe07f1a2a7cae32eb53836498f0ca2690 100644
|
| --- a/chrome/browser/extensions/extension_bookmarks_module.cc
|
| +++ b/chrome/browser/extensions/extension_bookmarks_module.cc
|
| @@ -75,7 +75,7 @@ void BookmarksFunction::Observe(NotificationType type,
|
| }
|
|
|
| // static
|
| -ExtensionBookmarkEventRouter* ExtensionBookmarkEventRouter::GetSingleton() {
|
| +ExtensionBookmarkEventRouter* ExtensionBookmarkEventRouter::GetInstance() {
|
| return Singleton<ExtensionBookmarkEventRouter>::get();
|
| }
|
|
|
|
|