This commit is contained in:
Jeremy Rose
2022-10-12 14:49:58 -07:00
parent bf77393286
commit 42d23e5a40

View File

@@ -2,8 +2,8 @@
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#ifndef ELECTRON_SHELL_ANIMATION_UTIL_H_
#define ELECTRON_SHELL_ANIMATION_UTIL_H_
#ifndef ELECTRON_SHELL_BROWSER_ANIMATION_UTIL_H_
#define ELECTRON_SHELL_BROWSER_ANIMATION_UTIL_H_
#include "build/build_config.h"
@@ -15,4 +15,4 @@ class ScopedCAActionDisabler {
};
#endif
#endif
#endif // ELECTRON_SHELL_BROWSER_ANIMATION_UTIL_H_