Index: webrtc/rtc_base/win32filesystem.h |
diff --git a/webrtc/base/win32filesystem.h b/webrtc/rtc_base/win32filesystem.h |
similarity index 94% |
copy from webrtc/base/win32filesystem.h |
copy to webrtc/rtc_base/win32filesystem.h |
index 566cbaff9fb17618278fafec8c5f9d576a3a28bb..f7a6ab4c842ae0f169bd77445a982a80cd166b3e 100644 |
--- a/webrtc/base/win32filesystem.h |
+++ b/webrtc/rtc_base/win32filesystem.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef _WEBRTC_BASE_WIN32FILESYSTEM_H__ |
-#define _WEBRTC_BASE_WIN32FILESYSTEM_H__ |
+#ifndef WEBRTC_RTC_BASE_WIN32FILESYSTEM_H_ |
+#define WEBRTC_RTC_BASE_WIN32FILESYSTEM_H_ |
#include "fileutils.h" |
@@ -26,7 +26,7 @@ class Win32Filesystem : public FilesystemInterface { |
// Returns TRUE if function succeeds |
bool CreateFolder(const Pathname& pathname) override; |
- // This moves a file from old_path to new_path. If the new path is on a |
+ // This moves a file from old_path to new_path. If the new path is on a |
// different volume than the old, it will attempt to copy and then delete |
// the folder |
// Returns true if the file is successfully moved |
@@ -61,4 +61,4 @@ class Win32Filesystem : public FilesystemInterface { |
} // namespace rtc |
-#endif // WEBRTC_WINFILESYSTEM_H__ |
+#endif // WEBRTC_RTC_BASE_WIN32FILESYSTEM_H_ |