[stts-notifs] Move sharing message protos to components/
This CL moves the protos in chrome/browser/sharing to
components/sharing_message.
This is part of a multi-CL effort to move SharingService from
chrome/browser/sharing to components/sharing_message.
Bug: 353708939
Change-Id: I242427fa067a3bdf4fc7721f0f90ab52c4cef4ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5718373
Reviewed-by: Rushan Suleymanov <[email protected]>
Commit-Queue: Hira Mahmood <[email protected]>
Reviewed-by: Marc Treib <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1329677}
diff --git a/chrome/browser/sharing/sharing_utils_unittest.cc b/chrome/browser/sharing/sharing_utils_unittest.cc
index ec8687b..b86f853 100644
--- a/chrome/browser/sharing/sharing_utils_unittest.cc
+++ b/chrome/browser/sharing/sharing_utils_unittest.cc
@@ -6,9 +6,9 @@
#include "base/test/scoped_feature_list.h"
#include "chrome/browser/sharing/fake_device_info.h"
-#include "chrome/browser/sharing/proto/sharing_message.pb.h"
#include "chrome/browser/sharing/sharing_constants.h"
#include "components/sharing_message/features.h"
+#include "components/sharing_message/proto/sharing_message.pb.h"
#include "components/sync/protocol/device_info_specifics.pb.h"
#include "components/sync/protocol/sync_enums.pb.h"
#include "components/sync/test/test_sync_service.h"