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

Unified Diff: mojo/edk/util/ref_counted_internal.h

Issue 1423713009: EDK: Move ref counting classes to mojo/edk/util. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 | « mojo/edk/util/ref_counted.h ('k') | mojo/edk/util/ref_counted_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/util/ref_counted_internal.h
diff --git a/mojo/edk/system/ref_counted_internal.h b/mojo/edk/util/ref_counted_internal.h
similarity index 93%
rename from mojo/edk/system/ref_counted_internal.h
rename to mojo/edk/util/ref_counted_internal.h
index 6a596f3a41b4ff261d531bb75696c413565eb4e7..354a526ed7ef7509ca1cecdb5c0a91eb1620a1ec 100644
--- a/mojo/edk/system/ref_counted_internal.h
+++ b/mojo/edk/util/ref_counted_internal.h
@@ -4,8 +4,8 @@
// Internal implementation details for ref_counted.h.
-#ifndef MOJO_EDK_SYSTEM_REF_COUNTED_INTERNAL_H_
-#define MOJO_EDK_SYSTEM_REF_COUNTED_INTERNAL_H_
+#ifndef MOJO_EDK_UTIL_REF_COUNTED_INTERNAL_H_
+#define MOJO_EDK_UTIL_REF_COUNTED_INTERNAL_H_
#include <assert.h>
@@ -14,7 +14,7 @@
#include "mojo/public/cpp/system/macros.h"
namespace mojo {
-namespace system {
+namespace util {
namespace internal {
class RefCountedThreadSafeBase {
@@ -95,7 +95,7 @@ inline RefCountedThreadSafeBase::~RefCountedThreadSafeBase() {
}
} // namespace internal
-} // namespace system
+} // namespace util
} // namespace mojo
-#endif // MOJO_EDK_SYSTEM_REF_COUNTED_INTERNAL_H_
+#endif // MOJO_EDK_UTIL_REF_COUNTED_INTERNAL_H_
« no previous file with comments | « mojo/edk/util/ref_counted.h ('k') | mojo/edk/util/ref_counted_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698