mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix CQS signal. Id] 42896038 -- modernize-concat-nested-namespaces in xplat/js/react-native-github/packages/react-native/ReactCommon/hermes/inspector-modern/chrome
Reviewed By: dtolnay Differential Revision: D73023455 fbshipit-source-id: 394a337d10546308efa4a49aa7e72b67ef41c2f1
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5ed459283a
commit
986bcdbbfb
+2
-8
@@ -14,10 +14,7 @@
|
||||
|
||||
#include <jsinspector-modern/InspectorInterfaces.h>
|
||||
|
||||
namespace facebook {
|
||||
namespace hermes {
|
||||
namespace inspector_modern {
|
||||
namespace chrome {
|
||||
namespace facebook::hermes::inspector_modern::chrome {
|
||||
|
||||
using ::facebook::react::jsinspector_modern::IInspector;
|
||||
using ::facebook::react::jsinspector_modern::ILocalConnection;
|
||||
@@ -139,9 +136,6 @@ void ConnectionDemux::removePage(int pageId) {
|
||||
conns_.erase(pageId);
|
||||
}
|
||||
|
||||
} // namespace chrome
|
||||
} // namespace inspector_modern
|
||||
} // namespace hermes
|
||||
} // namespace facebook
|
||||
} // namespace facebook::hermes::inspector_modern::chrome
|
||||
|
||||
#endif // HERMES_ENABLE_DEBUGGER
|
||||
|
||||
@@ -21,10 +21,7 @@
|
||||
#include <hermes/inspector/chrome/CDPHandler.h>
|
||||
#include <jsinspector-modern/InspectorInterfaces.h>
|
||||
|
||||
namespace facebook {
|
||||
namespace hermes {
|
||||
namespace inspector_modern {
|
||||
namespace chrome {
|
||||
namespace facebook::hermes::inspector_modern::chrome {
|
||||
|
||||
/*
|
||||
* ConnectionDemux keeps track of all debuggable Hermes runtimes (called
|
||||
@@ -60,9 +57,6 @@ class ConnectionDemux {
|
||||
std::shared_ptr<std::unordered_set<std::string>> inspectedContexts_;
|
||||
};
|
||||
|
||||
} // namespace chrome
|
||||
} // namespace inspector_modern
|
||||
} // namespace hermes
|
||||
} // namespace facebook
|
||||
} // namespace facebook::hermes::inspector_modern::chrome
|
||||
|
||||
#endif // HERMES_ENABLE_DEBUGGER
|
||||
|
||||
@@ -10,10 +10,7 @@
|
||||
|
||||
#ifdef HERMES_ENABLE_DEBUGGER
|
||||
|
||||
namespace facebook {
|
||||
namespace hermes {
|
||||
namespace inspector_modern {
|
||||
namespace chrome {
|
||||
namespace facebook::hermes::inspector_modern::chrome {
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -35,9 +32,6 @@ void disableDebugging(DebugSessionToken session) {
|
||||
demux().disableDebugging(session);
|
||||
}
|
||||
|
||||
} // namespace chrome
|
||||
} // namespace inspector_modern
|
||||
} // namespace hermes
|
||||
} // namespace facebook
|
||||
} // namespace facebook::hermes::inspector_modern::chrome
|
||||
|
||||
#endif // HERMES_ENABLE_DEBUGGER
|
||||
|
||||
@@ -15,10 +15,7 @@
|
||||
#include <hermes/hermes.h>
|
||||
#include <hermes/inspector/RuntimeAdapter.h>
|
||||
|
||||
namespace facebook {
|
||||
namespace hermes {
|
||||
namespace inspector_modern {
|
||||
namespace chrome {
|
||||
namespace facebook::hermes::inspector_modern::chrome {
|
||||
|
||||
using DebugSessionToken = int;
|
||||
|
||||
@@ -39,9 +36,6 @@ extern DebugSessionToken enableDebugging(
|
||||
*/
|
||||
extern void disableDebugging(DebugSessionToken session);
|
||||
|
||||
} // namespace chrome
|
||||
} // namespace inspector_modern
|
||||
} // namespace hermes
|
||||
} // namespace facebook
|
||||
} // namespace facebook::hermes::inspector_modern::chrome
|
||||
|
||||
#endif // HERMES_ENABLE_DEBUGGER
|
||||
|
||||
Reference in New Issue
Block a user