| Index: chrome/browser/extensions/api/bookmarks/bookmarks_api.h
|
| diff --git a/chrome/browser/extensions/api/bookmarks/bookmarks_api.h b/chrome/browser/extensions/api/bookmarks/bookmarks_api.h
|
| index 60010fb282a734c7f88b5ded27984178fd81085e..d9feb967d8fbd4587bf9c3b14f5882dc119fc44e 100644
|
| --- a/chrome/browser/extensions/api/bookmarks/bookmarks_api.h
|
| +++ b/chrome/browser/extensions/api/bookmarks/bookmarks_api.h
|
| @@ -114,12 +114,12 @@ class BookmarksFunction : public ChromeAsyncExtensionFunction,
|
| public BaseBookmarkModelObserver {
|
| public:
|
| // AsyncExtensionFunction:
|
| - virtual bool RunImpl() OVERRIDE;
|
| + virtual bool RunAsync() OVERRIDE;
|
|
|
| protected:
|
| virtual ~BookmarksFunction() {}
|
|
|
| - // RunImpl semantic equivalent called when the bookmarks are ready.
|
| + // RunAsync semantic equivalent called when the bookmarks are ready.
|
| virtual bool RunOnReady() = 0;
|
|
|
| // Helper to get the bookmark id as int64 from the given string id.
|
|
|