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

Unified Diff: components/nacl/browser/nacl_process_host.cc

Issue 2047633002: Revert of Remove base/move.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months 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: components/nacl/browser/nacl_process_host.cc
diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc
index b47ed167504704cedf355284cc04995e1768bf56..bf4bbac82b0c1ba3a5793a4ed0998649c5ae9e97 100644
--- a/components/nacl/browser/nacl_process_host.cc
+++ b/components/nacl/browser/nacl_process_host.cc
@@ -216,6 +216,8 @@
// that this only takes a transferred IPC::ChannelHandle or one to be
// transferred via IPC.
class NaClProcessHost::ScopedChannelHandle {
+ MOVE_ONLY_TYPE_FOR_CPP_03(ScopedChannelHandle);
+
public:
ScopedChannelHandle() {
}
@@ -273,8 +275,6 @@
}
IPC::ChannelHandle handle_;
-
- DISALLOW_COPY_AND_ASSIGN(ScopedChannelHandle);
};
NaClProcessHost::NaClProcessHost(
« no previous file with comments | « chrome/common/media_galleries/picasa_types.h ('k') | content/browser/renderer_host/media/audio_input_debug_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698