Index: webrtc/media/base/videocommon.h |
diff --git a/talk/media/base/videocommon.h b/webrtc/media/base/videocommon.h |
similarity index 98% |
rename from talk/media/base/videocommon.h |
rename to webrtc/media/base/videocommon.h |
index c28a07b70cb2468bf051e35fcc986b7eadc101c1..a2a1e4f1071e871166d5c99b972eb87df0724def 100644 |
--- a/talk/media/base/videocommon.h |
+++ b/webrtc/media/base/videocommon.h |
@@ -27,8 +27,8 @@ |
// Common definition for video, including fourcc and VideoFormat. |
-#ifndef TALK_MEDIA_BASE_VIDEOCOMMON_H_ // NOLINT |
-#define TALK_MEDIA_BASE_VIDEOCOMMON_H_ |
+#ifndef WEBRTC_MEDIA_BASE_VIDEOCOMMON_H_ // NOLINT |
+#define WEBRTC_MEDIA_BASE_VIDEOCOMMON_H_ |
#include <string> |
@@ -267,4 +267,4 @@ struct VideoFormat : VideoFormatPod { |
} // namespace cricket |
-#endif // TALK_MEDIA_BASE_VIDEOCOMMON_H_ // NOLINT |
+#endif // WEBRTC_MEDIA_BASE_VIDEOCOMMON_H_ // NOLINT |