Update namespace rule to the new rule we've agreed on.
BUG=none
Review URL: https://codereview.chromium.org/13770006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193059 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/components/README b/components/README
index 09640a2..b20ca49 100644
--- a/components/README
+++ b/components/README
@@ -27,4 +27,9 @@
components/foo/android/java/src/org/chromium/components/foo/browser/
components/foo/android/javatests/src/org/chromium/components/foo/browser/
-Code in this directory should be placed in the components:: namespace.
+Code in a component should be placed in a namespace corresponding to
+the name of the component; e.g. for a component living in
+//components/foo, code in that component should be in the foo::
+namespace. Note that it used to be the rule that all code under
+//components should be in the components:: namespace; this is being
+phased out.