| Index: webrtc/pc/bundlefilter.h
|
| diff --git a/webrtc/pc/bundlefilter.h b/webrtc/pc/bundlefilter.h
|
| index a69868171de03082856a8dbcc39526bb535550ad..44a45da528078e6cabe7ca9e62764f2b22e377b5 100644
|
| --- a/webrtc/pc/bundlefilter.h
|
| +++ b/webrtc/pc/bundlefilter.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef TALK_SESSION_MEDIA_BUNDLEFILTER_H_
|
| -#define TALK_SESSION_MEDIA_BUNDLEFILTER_H_
|
| +#ifndef WEBRTC_PC_BUNDLEFILTER_H_
|
| +#define WEBRTC_PC_BUNDLEFILTER_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -51,4 +51,4 @@ class BundleFilter {
|
|
|
| } // namespace cricket
|
|
|
| -#endif // TALK_SESSION_MEDIA_BUNDLEFILTER_H_
|
| +#endif // WEBRTC_PC_BUNDLEFILTER_H_
|
|
|