Fabric: Fix case of Glog include in MountingTest.cpp (#28616)

Summary:
This pull request changes the include of Glog from `<Glog/logging.h>` to `<glog/logging.h>` in `MountingTest.cpp`. This fixes building on a case-sensitive filesystem.

## Changelog

[Internal] [Fixed] - Fabric: Fix case of Glog include in MountingTest.cpp
Pull Request resolved: https://github.com/facebook/react-native/pull/28616

Test Plan: The `include` of Glog no longer causes issues with building `MountingTest.cpp` on a case-sensitive filesystem.

Differential Revision: D21118085

Pulled By: shergin

fbshipit-source-id: c958c54bf88333fd5001127779c855ce8c2666c3
This commit is contained in:
empyrical
2020-04-19 12:06:41 -07:00
committed by Facebook GitHub Bot
parent 335f3aabe2
commit de188a2c97
@@ -14,7 +14,7 @@
#include "shadowTreeGeneration.h"
#include <Glog/logging.h>
#include <glog/logging.h>
#include <gtest/gtest.h>
namespace facebook {