| Index: src/profiler/unbound-queue.h
|
| diff --git a/src/unbound-queue.h b/src/profiler/unbound-queue.h
|
| similarity index 91%
|
| rename from src/unbound-queue.h
|
| rename to src/profiler/unbound-queue.h
|
| index 3e129289739a39703cd7f7e70cf8f61059a17ae0..a63c327d103420d8b71cc1718ceece6c79b978ae 100644
|
| --- a/src/unbound-queue.h
|
| +++ b/src/profiler/unbound-queue.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 V8_UNBOUND_QUEUE_
|
| -#define V8_UNBOUND_QUEUE_
|
| +#ifndef V8_PROFILER_UNBOUND_QUEUE_
|
| +#define V8_PROFILER_UNBOUND_QUEUE_
|
|
|
| #include "src/allocation.h"
|
| #include "src/base/atomicops.h"
|
| @@ -44,4 +44,4 @@ class UnboundQueue BASE_EMBEDDED {
|
|
|
| } } // namespace v8::internal
|
|
|
| -#endif // V8_UNBOUND_QUEUE_
|
| +#endif // V8_PROFILER_UNBOUND_QUEUE_
|
|
|