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

Unified Diff: src/string-stream.h

Issue 1221433021: Move SmartPointer to base. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove some unecessary header includes Created 5 years, 5 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
Index: src/string-stream.h
diff --git a/src/string-stream.h b/src/string-stream.h
index cc50bb7150eb9f605340456448eefd63bdf35dd4..7aa5fd7db3d3e293e4d20a4c3a514f53dcf20615 100644
--- a/src/string-stream.h
+++ b/src/string-stream.h
@@ -129,7 +129,7 @@ class StringStream final {
void OutputToStdOut() { OutputToFile(stdout); }
void Log(Isolate* isolate);
Handle<String> ToString(Isolate* isolate);
- SmartArrayPointer<const char> ToCString() const;
+ base::SmartArrayPointer<const char> ToCString() const;
int length() const { return length_; }
// Object printing support.
« BUILD.gn ('K') | « src/snapshot/serialize.cc ('k') | src/string-stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698