Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2796)

Unified Diff: services/clipboard/main.cc

Issue 779063003: Move //services/clipboard code out of namespace mojo (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
};
« services/clipboard/clipboard_apptest.cc ('K') | « services/clipboard/clipboard_standalone_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698