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

Unified Diff: src/runtime/string-builder.h

Issue 662413002: Move some Runtime:: functions and remove runtime.h as include when unnecessary. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | « src/runtime/runtime-utils.h ('k') | test/cctest/test-func-name-inference.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/string-builder.h
diff --git a/src/runtime/string-builder.h b/src/runtime/string-builder.h
index 37ff7b701858f96cc7fffb643ec24d6773f2d297..890b7f6be1bb0198c3681890991c29e142d42bf4 100644
--- a/src/runtime/string-builder.h
+++ b/src/runtime/string-builder.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_STRING_BUILDER_H_
-#define V8_STRING_BUILDER_H_
+#ifndef V8_RUNTIME_STRING_BUILDER_H_
+#define V8_RUNTIME_STRING_BUILDER_H_
namespace v8 {
namespace internal {
@@ -293,4 +293,4 @@ class ReplacementStringBuilder {
}
} // namespace v8::internal
-#endif // V8_STRING_BUILDER_H_
+#endif // V8_RUNTIME_STRING_BUILDER_H_
« no previous file with comments | « src/runtime/runtime-utils.h ('k') | test/cctest/test-func-name-inference.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698