| Index: ash/common/shelf/shelf_window_watcher_unittest.cc
|
| diff --git a/ash/common/shelf/shelf_window_watcher_unittest.cc b/ash/common/shelf/shelf_window_watcher_unittest.cc
|
| index 7817ea1dcde7c31894b082f9dc3b0f9f6b052492..6e772bc347c53cb4821c3bcce195627feabe9dc2 100644
|
| --- a/ash/common/shelf/shelf_window_watcher_unittest.cc
|
| +++ b/ash/common/shelf/shelf_window_watcher_unittest.cc
|
| @@ -157,7 +157,7 @@ TEST_F(ShelfWindowWatcherTest, UpdateWindowProperty) {
|
| EXPECT_EQ(STATUS_ACTIVE, model_->items()[index].status);
|
|
|
| // Update the ShelfItemType for |window|.
|
| - window->SetIntProperty(WmWindowProperty::SHELF_ITEM_TYPE, TYPE_PLATFORM_APP);
|
| + window->SetIntProperty(WmWindowProperty::SHELF_ITEM_TYPE, TYPE_APP);
|
| // No new item is created after updating a launcher item.
|
| EXPECT_EQ(2, model_->item_count());
|
| // index and id are not changed after updating a launcher item.
|
|
|