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

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

Issue 2038273002: Remove base/move.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: is_constructible 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 bf4bbac82b0c1ba3a5793a4ed0998649c5ae9e97..b47ed167504704cedf355284cc04995e1768bf56 100644
--- a/components/nacl/browser/nacl_process_host.cc
+++ b/components/nacl/browser/nacl_process_host.cc
@@ -216,8 +216,6 @@ unsigned NaClProcessHost::keepalive_throttle_interval_milliseconds_ =
// 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() {
}
@@ -275,6 +273,8 @@ class NaClProcessHost::ScopedChannelHandle {
}
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