| Index: services/clipboard/main.cc
|
| diff --git a/services/clipboard/main.cc b/services/clipboard/main.cc
|
| index 3072f836603e936070cd4438a7f3c5b1b1f46752..af193f284905ac557c989e9e178d573f5a8bd98f 100644
|
| --- a/services/clipboard/main.cc
|
| +++ b/services/clipboard/main.cc
|
| @@ -34,7 +34,7 @@ class Delegate : public mojo::ApplicationDelegate,
|
| mojo::InterfaceRequest<mojo::Clipboard> request) override {
|
| // TODO(erg): Write native implementations of the clipboard. For now, we
|
| // just build a clipboard which doesn't interact with the system.
|
| - mojo::BindToRequest(new mojo::ClipboardStandaloneImpl(), &request);
|
| + mojo::BindToRequest(new services::ClipboardStandaloneImpl(), &request);
|
| }
|
| };
|
|
|
|
|