refractored file_share_tray_controller. removed linux namespace definition

This commit is contained in:
Lasan Mahaliyana
2026-03-21 08:35:22 +05:30
parent 59aaf99709
commit 5f4c039e01
19 changed files with 892 additions and 629 deletions
@@ -15,7 +15,7 @@
#include "internal/platform/task_runner.h"
#include "sharing/internal/api/sharing_platform.h"
namespace nearby::sharing::linux {
namespace nearby::sharing {
class LinuxSharingPlatform final : public nearby::sharing::api::SharingPlatform {
public: