Rename components/chrome_cleaner/public/mojom back to interfaces

This puts the directory name back the way it was before
https://crrev.com/c/1699778.

The change in directory name has side effects in an internal repo that
are awkward to deal with. This directory is slated for deletion so let's
just leave it with the deprecated name until that happens.

[email protected]

Bug: 806965
Change-Id: Ic20789d3b331e7f432d707afda7818e9c3e97ccd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1712957
Reviewed-by: Will Harris <[email protected]>
Reviewed-by: Ken Rockot <[email protected]>
Commit-Queue: Joe Mason <[email protected]>
Cr-Commit-Position: refs/heads/master@{#680550}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 9ea6d01..9207d22 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3707,7 +3707,7 @@
       "//components/browser_watcher:browser_watcher_client",
       "//components/browser_watcher:stability_client",
       "//components/chrome_cleaner/public/constants",
-      "//components/chrome_cleaner/public/mojom",
+      "//components/chrome_cleaner/public/interfaces",
       "//components/download/quarantine",
       "//third_party/crashpad/crashpad/client:client",
       "//third_party/iaccessible2",