| Index: ash/common/shelf/shelf_model_unittest.cc
|
| diff --git a/ash/common/shelf/shelf_model_unittest.cc b/ash/common/shelf/shelf_model_unittest.cc
|
| index 9a44cca77c62b134a66bc151fd5aa9992dcca716..2f46faee31811c4ae556bfdbfbc70fa078298bb4 100644
|
| --- a/ash/common/shelf/shelf_model_unittest.cc
|
| +++ b/ash/common/shelf/shelf_model_unittest.cc
|
| @@ -37,7 +37,7 @@ class TestShelfModelObserver : public ShelfModelObserver {
|
| void ShelfItemRemoved(int, const ShelfItem&) override { removed_count_++; }
|
| void ShelfItemChanged(int, const ShelfItem&) override { changed_count_++; }
|
| void ShelfItemMoved(int, int) override { moved_count_++; }
|
| - void OnSetShelfItemDelegate(ShelfID, mojom::ShelfItemDelegate*) override {}
|
| + void OnSetShelfItemDelegate(ShelfID, ShelfItemDelegate*) override {}
|
|
|
| private:
|
| void AddToResult(const std::string& format, int count, std::string* result) {
|
|
|