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

Unified Diff: src/base/atomic-utils.h

Issue 1954603002: Move atomic-utils.h into base/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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 | « src/atomic-utils.h ('k') | src/cancelable-task.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/atomic-utils.h
diff --git a/src/atomic-utils.h b/src/base/atomic-utils.h
similarity index 99%
rename from src/atomic-utils.h
rename to src/base/atomic-utils.h
index 34e1cb0269ac37cce1392db05ffd578aae8340b4..ac90fd98a7130a2ec26ca6680f9c2acad3f08a57 100644
--- a/src/atomic-utils.h
+++ b/src/base/atomic-utils.h
@@ -11,7 +11,7 @@
#include "src/base/macros.h"
namespace v8 {
-namespace internal {
+namespace base {
template <class T>
class AtomicNumber {
@@ -169,7 +169,7 @@ class AtomicEnumSet {
base::AtomicWord bits_;
};
-} // namespace internal
+} // namespace base
} // namespace v8
#endif // #define V8_ATOMIC_UTILS_H_
« no previous file with comments | « src/atomic-utils.h ('k') | src/cancelable-task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698