system_wrappers: Fix include header guards.
This should have been a part of https://codereview.webrtc.org/1413333002/ The header guard PRESUBMIT rule is being enabled in https://codereview.webrtc.org/1419203005 so things like this won't happen in the future. BUG=5095 NOTRY=True Review URL: https://codereview.webrtc.org/1425693005 Cr-Commit-Position: refs/heads/master@{#10475}
This commit is contained in:
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef SYSTEM_WRAPPERS_INTERFACE_TIMESTAMP_EXTRAPOLATOR_H_
|
||||
#define SYSTEM_WRAPPERS_INTERFACE_TIMESTAMP_EXTRAPOLATOR_H_
|
||||
#ifndef SYSTEM_WRAPPERS_INCLUDE_TIMESTAMP_EXTRAPOLATOR_H_
|
||||
#define SYSTEM_WRAPPERS_INCLUDE_TIMESTAMP_EXTRAPOLATOR_H_
|
||||
|
||||
#include "webrtc/system_wrappers/include/rw_lock_wrapper.h"
|
||||
#include "webrtc/typedefs.h"
|
||||
@ -53,4 +53,4 @@ private:
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // SYSTEM_WRAPPERS_INTERFACE_TIMESTAMP_EXTRAPOLATOR_H_
|
||||
#endif // SYSTEM_WRAPPERS_INCLUDE_TIMESTAMP_EXTRAPOLATOR_H_
|
||||
|
||||
Reference in New Issue
Block a user