| Index: components/bookmarks/core/test/test_bookmark_client.h
|
| diff --git a/components/bookmarks/core/test/test_bookmark_client.h b/components/bookmarks/core/test/test_bookmark_client.h
|
| index 698d98c442849562f22784485e7983d646837b4c..7115ffd95ed7c0cc45f4d124afecaa6ffd247c77 100644
|
| --- a/components/bookmarks/core/test/test_bookmark_client.h
|
| +++ b/components/bookmarks/core/test/test_bookmark_client.h
|
| @@ -23,6 +23,7 @@ class TestBookmarkClient : public BookmarkClient {
|
|
|
| private:
|
| // BookmarkClient:
|
| + virtual bool IsPermanentNodeVisible(int node_type) OVERRIDE;
|
| virtual void RecordAction(const base::UserMetricsAction& action) OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TestBookmarkClient);
|
|
|