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

Unified Diff: mojo/edk/util/ref_ptr_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_ptr.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/util/ref_ptr_internal.h
diff --git a/mojo/edk/system/ref_ptr_internal.h b/mojo/edk/util/ref_ptr_internal.h
similarity index 83%
rename from mojo/edk/system/ref_ptr_internal.h
rename to mojo/edk/util/ref_ptr_internal.h
index 8684694baa8eb4977b92cdb98291197978a9fca0..5c416e9439f650a9bf8e538040315c130c69d355 100644
--- a/mojo/edk/system/ref_ptr_internal.h
+++ b/mojo/edk/util/ref_ptr_internal.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_EDK_SYSTEM_REF_PTR_INTERNAL_H_
-#define MOJO_EDK_SYSTEM_REF_PTR_INTERNAL_H_
+#ifndef MOJO_EDK_UTIL_REF_PTR_INTERNAL_H_
+#define MOJO_EDK_UTIL_REF_PTR_INTERNAL_H_
#include <utility>
#include "mojo/public/cpp/system/macros.h"
namespace mojo {
-namespace system {
+namespace util {
template <typename T>
class RefPtr;
@@ -34,7 +34,7 @@ class MakeRefCountedHelper {
};
} // namespace internal
-} // namespace system
+} // namespace util
} // namespace mojo
-#endif // MOJO_EDK_SYSTEM_REF_PTR_INTERNAL_H_
+#endif // MOJO_EDK_UTIL_REF_PTR_INTERNAL_H_
« no previous file with comments | « mojo/edk/util/ref_ptr.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698