Index: mash/wm/user_window_controller_impl.cc |
diff --git a/mash/wm/user_window_controller_impl.cc b/mash/wm/user_window_controller_impl.cc |
index 3e81da94970db3888795b422e25ce49f5eeb0f71..30d347a30a85684173f44aecbca3b299eed636b9 100644 |
--- a/mash/wm/user_window_controller_impl.cc |
+++ b/mash/wm/user_window_controller_impl.cc |
@@ -32,7 +32,7 @@ mojo::Array<uint8_t> GetWindowAppIcon(mus::Window* window) { |
if (window->HasSharedProperty( |
mus::mojom::WindowManager::kWindowAppIcon_Property)) { |
return mojo::Array<uint8_t>::From( |
- window->GetSharedProperty<const std::vector<uint8_t>>( |
+ window->GetSharedProperty<std::vector<uint8_t>>( |
mus::mojom::WindowManager::kWindowAppIcon_Property)); |
} |
return mojo::Array<uint8_t>(); |