| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[remoting] Rename base_export.h to remoting_export.h and replace host_export.h
This CL consolidates the export macros in the remoting codebase.
Specifically:
1. Renames remoting/base/base_export.h to remoting/base/remoting_export.h.
2. Replaces REMOTING_BASE_EXPORT and HOST_EXPORT with REMOTING_EXPORT.
3. Removes remoting/host/host_export.h.
4. Updates all includes and build files to use the new header and macro.
This simplifies the export logic and allows sharing the same macro
across base and host components.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |