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

Unified Diff: memory/shared_memory_handle_mac.cc

Issue 2050803003: Update to Chromium //base at Chromium commit e3a753f17bac62738b0dbf0b36510f767b081e4b. (Closed) Base URL: https://github.com/domokit/base.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
« no previous file with comments | « memory/shared_memory_handle.h ('k') | message_loop/message_pump_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: memory/shared_memory_handle_mac.cc
diff --git a/memory/shared_memory_handle_mac.cc b/memory/shared_memory_handle_mac.cc
index 86f5c546ae2ce3977a0904a910ab63008a114d39..05e04d7f52f7afa15780ab7f4d0c51843cdf4c92 100644
--- a/memory/shared_memory_handle_mac.cc
+++ b/memory/shared_memory_handle_mac.cc
@@ -8,7 +8,6 @@
#include "base/posix/eintr_wrapper.h"
-#if defined(OS_MACOSX) && !defined(OS_IOS)
namespace base {
static_assert(sizeof(SharedMemoryHandle::Type) <=
@@ -83,4 +82,3 @@ SharedMemoryHandle SharedMemoryHandle::Duplicate() const {
}
} // namespace base
-#endif // defined(OS_MACOSX) && !defined(OS_IOS)
« no previous file with comments | « memory/shared_memory_handle.h ('k') | message_loop/message_pump_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698