Move //chrome/android/public/ to //chrome/browser/

This reverts commit eddf4f0182f70e9d13459641703196652747479f.

Change 1 of 2. The next CL will update downstream dependencies.

Moves //chrome/android/public/profiles/ to //chrome/browser/profiles/
and //chrome/android/public/crypto/ to //chrome/browser/android/crypto/.

Note that this will break the downstream build temporarily. Since there
are JNI files generated, unless the package is updated we cannot keep
a temporary mirrored build target as was done in
https://chromium-review.googlesource.com/c/chromium/src/+/2095444

BUG=1052382

Change-Id: Ia33f81e0d2896d0f5ac7122b941e17a58a79e823
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102758
Reviewed-by: David Trainor <[email protected]>
Commit-Queue: Theresa  <[email protected]>
Cr-Commit-Position: refs/heads/master@{#750826}
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 1d15f142..5f5a970 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -6,7 +6,7 @@
   "+chrome/android/features/autofill_assistant/jni_headers",
   "+chrome/android/features/dev_ui",
   "+chrome/android/modules",
-  "+chrome/android/public/profiles/jni_headers",
+  "+chrome/browser/profiles/android/jni_headers",
   "+chrome/android/test_support_jni_headers",
   "+chrome/app",
   "+chrome/credential_provider/common",