aboutsummaryrefslogtreecommitdiff
path: root/webrtc/system_wrappers/include/field_trial_default.h
diff options
context:
space:
mode:
authorkjellander <kjellander@webrtc.org>2015-11-02 02:12:41 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-02 10:12:50 +0000
commitd56d68cd272783ae0cfe11834c2a141ec62519c2 (patch)
treecc3ea7dbcecdaea5cbc1716940bbc1791aefed72 /webrtc/system_wrappers/include/field_trial_default.h
parent2b06352228a0aee84bf6ecc82898f2b998310c9a (diff)
downloadwebrtc-d56d68cd272783ae0cfe11834c2a141ec62519c2.tar.gz
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}
Diffstat (limited to 'webrtc/system_wrappers/include/field_trial_default.h')
-rw-r--r--webrtc/system_wrappers/include/field_trial_default.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/webrtc/system_wrappers/include/field_trial_default.h b/webrtc/system_wrappers/include/field_trial_default.h
index fafe550dcc..d098ea1d91 100644
--- a/webrtc/system_wrappers/include/field_trial_default.h
+++ b/webrtc/system_wrappers/include/field_trial_default.h
@@ -8,8 +8,8 @@
// be found in the AUTHORS file in the root of the source tree.
//
-#ifndef WEBRTC_SYSTEM_WRAPPERS_INTERFACE_FIELD_TRIAL_DEFAULT_H_
-#define WEBRTC_SYSTEM_WRAPPERS_INTERFACE_FIELD_TRIAL_DEFAULT_H_
+#ifndef WEBRTC_SYSTEM_WRAPPERS_INCLUDE_FIELD_TRIAL_DEFAULT_H_
+#define WEBRTC_SYSTEM_WRAPPERS_INCLUDE_FIELD_TRIAL_DEFAULT_H_
namespace webrtc {
namespace field_trial {
@@ -23,4 +23,4 @@ void InitFieldTrialsFromString(const char* trials_string);
} // namespace field_trial
} // namespace webrtc
-#endif // WEBRTC_SYSTEM_WRAPPERS_INTERFACE_FIELD_TRIAL_DEFAULT_H_
+#endif // WEBRTC_SYSTEM_WRAPPERS_INCLUDE_FIELD_TRIAL_DEFAULT_H_