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

Unified Diff: content/renderer/shared_memory_seqlock_reader.h

Issue 457933002: Replace Chrome IPC with Mojo IPC for querying BatteryStatus service Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 3 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: content/renderer/shared_memory_seqlock_reader.h
diff --git a/content/renderer/shared_memory_seqlock_reader.h b/content/renderer/shared_memory_seqlock_reader.h
index 1d0e60e6495e4122f462a74c95351e10fd5a9cd1..7fd7beb95bbcb951d82ac333d7fd75237eb060de 100644
--- a/content/renderer/shared_memory_seqlock_reader.h
+++ b/content/renderer/shared_memory_seqlock_reader.h
@@ -10,6 +10,7 @@
#include "base/memory/shared_memory.h"
#include "content/common/shared_memory_seqlock_buffer.h"
+namespace content {
namespace internal {
class SharedMemorySeqLockReaderBase {
@@ -31,8 +32,6 @@ class SharedMemorySeqLockReaderBase {
} // namespace internal
-namespace content {
-
// Template argument Data should be a pod-like structure only containing
// data fields, such that it is copyable by memcpy method.
template<typename Data>
« no previous file with comments | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | content/renderer/shared_memory_seqlock_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698