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

Unified Diff: src/profiler/unbound-queue-inl.h

Issue 1356223004: Move heap and CPU profilers into a dedicated directory. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebaseline Created 5 years, 3 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/profiler/unbound-queue.h ('k') | src/regexp/arm/regexp-macro-assembler-arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/profiler/unbound-queue-inl.h
diff --git a/src/unbound-queue-inl.h b/src/profiler/unbound-queue-inl.h
similarity index 91%
rename from src/unbound-queue-inl.h
rename to src/profiler/unbound-queue-inl.h
index 6782281680046fd8e78a68e452ea82fcd1afa6e0..fef7bec8d3ca0a1e7fdd58253b129f89dd144d10 100644
--- a/src/unbound-queue-inl.h
+++ b/src/profiler/unbound-queue-inl.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_UNBOUND_QUEUE_INL_H_
-#define V8_UNBOUND_QUEUE_INL_H_
+#ifndef V8_PROFILER_UNBOUND_QUEUE_INL_H_
+#define V8_PROFILER_UNBOUND_QUEUE_INL_H_
-#include "src/unbound-queue.h"
+#include "src/profiler/unbound-queue.h"
namespace v8 {
namespace internal {
@@ -79,4 +79,4 @@ Record* UnboundQueue<Record>::Peek() const {
} } // namespace v8::internal
-#endif // V8_UNBOUND_QUEUE_INL_H_
+#endif // V8_PROFILER_UNBOUND_QUEUE_INL_H_
« no previous file with comments | « src/profiler/unbound-queue.h ('k') | src/regexp/arm/regexp-macro-assembler-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698