summaryrefslogtreecommitdiffstats
path: root/components/README
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-09 09:23:04 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-09 09:23:04 +0000
commita70edd282bae44b3a378445d5dbf49560987c104 (patch)
tree326f9eae8f51b0b0e57738b3554be8a034abb55e /components/README
parent1aadd261731451d432582021222879f75c70d90c (diff)
downloadchromium_src-a70edd282bae44b3a378445d5dbf49560987c104.zip
chromium_src-a70edd282bae44b3a378445d5dbf49560987c104.tar.gz
chromium_src-a70edd282bae44b3a378445d5dbf49560987c104.tar.bz2
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
Diffstat (limited to 'components/README')
-rw-r--r--components/README7
1 files changed, 6 insertions, 1 deletions
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/OWNERS, DEPS
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.