| Index: services/ui/public/cpp/window_private.h
|
| diff --git a/services/ui/public/cpp/window_private.h b/services/ui/public/cpp/window_private.h
|
| index be9db2ef5b1436f4f0626e0fb64fcc873b156116..9a30e4f28cd44473a1e45a1bdf690e2ed736fc30 100644
|
| --- a/services/ui/public/cpp/window_private.h
|
| +++ b/services/ui/public/cpp/window_private.h
|
| @@ -10,7 +10,6 @@
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| -#include "mojo/public/cpp/bindings/array.h"
|
| #include "services/ui/public/cpp/window.h"
|
|
|
| namespace ui {
|
| @@ -82,8 +81,6 @@ class WindowPrivate {
|
| window_->LocalSetPredefinedCursor(cursor);
|
| }
|
| void LocalSetSharedProperty(const std::string& name,
|
| - mojo::Array<uint8_t> new_data);
|
| - void LocalSetSharedProperty(const std::string& name,
|
| const std::vector<uint8_t>* data) {
|
| window_->LocalSetSharedProperty(name, data);
|
| }
|
|
|