| Index: content/browser/loader/stream_resource_handler.cc
|
| diff --git a/content/browser/loader/stream_resource_handler.cc b/content/browser/loader/stream_resource_handler.cc
|
| index 564165929add133bc42ebc86fde5c88993b4d602..efc831194611aa3839ef96c738325f7a3c2d824c 100644
|
| --- a/content/browser/loader/stream_resource_handler.cc
|
| +++ b/content/browser/loader/stream_resource_handler.cc
|
| @@ -22,7 +22,7 @@ StreamResourceHandler::StreamResourceHandler(net::URLRequest* request,
|
| read_buffer_(NULL) {
|
| // TODO(tyoshino): Find a way to share this with the blob URL creation in
|
| // WebKit.
|
| - GURL url(std::string(kBlobScheme) + ":" + origin.spec() +
|
| + GURL url(std::string(url::kBlobScheme) + ":" + origin.spec() +
|
| base::GenerateGUID());
|
| stream_ = new Stream(registry, this, url);
|
| }
|
|
|