Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(772)

Unified Diff: webrtc/rtc_base/win32filesystem.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: update presubmit.py and DEPS include rules Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/rtc_base/win32_unittest.cc ('k') | webrtc/rtc_base/win32filesystem.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/rtc_base/win32_unittest.cc ('k') | webrtc/rtc_base/win32filesystem.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698