| Index: webrtc/base/pathutils.h
|
| diff --git a/webrtc/base/pathutils.h b/webrtc/base/pathutils.h
|
| index 8f07e1dbc07e6d8799b608872d40c7aa1dff0b0a..2d5819f1b61c8d39c4b347e4c3af8d001da40de7 100644
|
| --- a/webrtc/base/pathutils.h
|
| +++ b/webrtc/base/pathutils.h
|
| @@ -92,8 +92,10 @@ public:
|
| bool SetFilename(const std::string& filename);
|
|
|
| #if defined(WEBRTC_WIN)
|
| - bool GetDrive(char *drive, uint32 bytes) const;
|
| - static bool GetDrive(char *drive, uint32 bytes,const std::string& pathname);
|
| + bool GetDrive(char* drive, uint32_t bytes) const;
|
| + static bool GetDrive(char* drive,
|
| + uint32_t bytes,
|
| + const std::string& pathname);
|
| #endif
|
|
|
| private:
|
|
|