| Index: third_party/WebKit/Source/wtf/FilePrintStream.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/FilePrintStream.cpp b/third_party/WebKit/Source/wtf/FilePrintStream.cpp
|
| index fe7cb24ebf17c56416675f034ae5c4f110341f6f..48c4ee7146514cdaf1e8fa8736ede428f375ac96 100644
|
| --- a/third_party/WebKit/Source/wtf/FilePrintStream.cpp
|
| +++ b/third_party/WebKit/Source/wtf/FilePrintStream.cpp
|
| @@ -45,7 +45,7 @@ std::unique_ptr<FilePrintStream> FilePrintStream::open(const char* filename,
|
| if (!file)
|
| return std::unique_ptr<FilePrintStream>();
|
|
|
| - return makeUnique<FilePrintStream>(file);
|
| + return WTF::makeUnique<FilePrintStream>(file);
|
| }
|
|
|
| void FilePrintStream::vprintf(const char* format, va_list argList) {
|
|
|