Index: webrtc/base/fileutils.h |
diff --git a/webrtc/base/fileutils.h b/webrtc/base/fileutils.h |
index 1533fb5c11fae2d65cccaf1374f4bdcb9b874fda..8d085ef8ab115a213ef578881431bb5f74103246 100644 |
--- a/webrtc/base/fileutils.h |
+++ b/webrtc/base/fileutils.h |
@@ -407,7 +407,7 @@ class Filesystem { |
static FilesystemInterface* default_filesystem_; |
static FilesystemInterface *EnsureDefaultFilesystem(); |
- DISALLOW_IMPLICIT_CONSTRUCTORS(Filesystem); |
+ RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(Filesystem); |
}; |
class FilesystemScope{ |
@@ -420,7 +420,7 @@ class FilesystemScope{ |
} |
private: |
FilesystemInterface* old_fs_; |
- DISALLOW_IMPLICIT_CONSTRUCTORS(FilesystemScope); |
+ RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(FilesystemScope); |
}; |
// Generates a unique filename based on the input path. If no path component |