| Index: net/base/upload_data_stream.h
|
| diff --git a/net/base/upload_data_stream.h b/net/base/upload_data_stream.h
|
| index d7df8c9ae4430ed0bf8c25d1847ddeb39a585512..97d9cde0e53029913c82f742bb3e0fd8be21488d 100644
|
| --- a/net/base/upload_data_stream.h
|
| +++ b/net/base/upload_data_stream.h
|
| @@ -86,8 +86,7 @@ class NET_EXPORT UploadDataStream {
|
| virtual bool IsInMemory() const;
|
|
|
| // Returns a list of element readers owned by |this|, if it has any.
|
| - virtual const ScopedVector<UploadElementReader>*
|
| - GetElementReaders() const;
|
| + virtual const ScopedVector<UploadElementReader>* GetElementReaders() const;
|
|
|
| protected:
|
| // Must be called by subclasses when InitInternal and ReadInternal complete
|
|
|