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

Unified Diff: base/memory/shared_memory.h

Issue 13044024: Move shared_memory into base/memory subdirectory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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 | « base/base.gypi ('k') | base/memory/shared_memory_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/memory/shared_memory.h
diff --git a/base/shared_memory.h b/base/memory/shared_memory.h
similarity index 98%
copy from base/shared_memory.h
copy to base/memory/shared_memory.h
index 4600194cdeb65c3382f3ab4e76cc4aabb7f63c68..0e90c6ebd340429dff37fdeeb0088db0640752a3 100644
--- a/base/shared_memory.h
+++ b/base/memory/shared_memory.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_SHARED_MEMORY_H_
-#define BASE_SHARED_MEMORY_H_
+#ifndef BASE_MEMORY_SHARED_MEMORY_H_
+#define BASE_MEMORY_SHARED_MEMORY_H_
#include "build/build_config.h"
@@ -275,4 +275,4 @@ class SharedMemoryAutoLock {
} // namespace base
-#endif // BASE_SHARED_MEMORY_H_
+#endif // BASE_MEMORY_SHARED_MEMORY_H_
« no previous file with comments | « base/base.gypi ('k') | base/memory/shared_memory_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698