Bug 1583861 - Rework GMPLog.h include guard to follow Google C++ style. r=alwu

Differential Revision: https://phabricator.services.mozilla.com/D47192

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Bryce Seager van Dyk 2019-09-26 23:55:08 +00:00
Родитель 03260fc20b
Коммит abf6ceafce
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -3,8 +3,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef GMP_LOG_h_
#define GMP_LOG_h_
#ifndef DOM_MEDIA_GMPLOG_H_
#define DOM_MEDIA_GMPLOG_H_
#include "mozilla/Logging.h"
@ -17,4 +17,4 @@ extern LogModule* GetGMPLog();
} // namespace mozilla
#endif // GMP_LOG_h_
#endif // DOM_MEDIA_GMPLOG_H_