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

Unified Diff: webrtc/media/base/mediaconstants.h

Issue 1750593002: Rename constants files in webrtc/{media,p2p} (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed cricket naming Created 4 years, 10 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/media/base/mediachannel.h ('k') | webrtc/media/base/mediaconstants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/mediaconstants.h
diff --git a/webrtc/media/base/constants.h b/webrtc/media/base/mediaconstants.h
similarity index 97%
rename from webrtc/media/base/constants.h
rename to webrtc/media/base/mediaconstants.h
index e55b2d097c2d36b0e28cc1873b338540cbe5fce6..94225def4b39c9dbd55b7cd69bd26a1867955025 100644
--- a/webrtc/media/base/constants.h
+++ b/webrtc/media/base/mediaconstants.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_MEDIA_BASE_CONSTANTS_H_
-#define WEBRTC_MEDIA_BASE_CONSTANTS_H_
+#ifndef WEBRTC_MEDIA_BASE_MEDIACONSTANTS_H_
+#define WEBRTC_MEDIA_BASE_MEDIACONSTANTS_H_
#include <string>
@@ -164,4 +164,4 @@ extern const int kDefaultVideoMaxHeight;
extern const int kDefaultVideoMaxFramerate;
} // namespace cricket
-#endif // WEBRTC_MEDIA_BASE_CONSTANTS_H_
+#endif // WEBRTC_MEDIA_BASE_MEDIACONSTANTS_H_
« no previous file with comments | « webrtc/media/base/mediachannel.h ('k') | webrtc/media/base/mediaconstants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698