Remove classpath_deps from build params (DFM).

TBR=agrieve # Trivial change in //device/vr
Bug: 952859

Change-Id: I67ce4945ef0f136a0581bd86d2cb16c37f9126d9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1667334
Commit-Queue: Andrew Grieve <[email protected]>
Reviewed-by: Andrew Grieve <[email protected]>
Reviewed-by: Tibor Goldschwendt <[email protected]>
Cr-Commit-Position: refs/heads/master@{#671371}
diff --git a/docs/android_dynamic_feature_modules.md b/docs/android_dynamic_feature_modules.md
index 1b53699..89481fee2 100644
--- a/docs/android_dynamic_feature_modules.md
+++ b/docs/android_dynamic_feature_modules.md
@@ -339,7 +339,7 @@
   ]
   # Put other Chrome libs into the classpath so that you can call into the rest
   # of Chrome from the Foo DFM.
-  classpath_deps = [
+  deps = [
     "//base:base_java",
     "//chrome/android:chrome_java",
     # etc.