diff options
author | ycheo@chromium.org <ycheo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-12 11:07:24 +0000 |
---|---|---|
committer | ycheo@chromium.org <ycheo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-12 11:07:24 +0000 |
commit | 0c92ddd46cdfe7277b86c737e93302c156e212ce (patch) | |
tree | a9a298d091c18def72e1428f5c633348d29fe950 | |
parent | 132fb473538d8391a7585bdb481da400550372e1 (diff) | |
download | chromium_src-0c92ddd46cdfe7277b86c737e93302c156e212ce.zip chromium_src-0c92ddd46cdfe7277b86c737e93302c156e212ce.tar.gz chromium_src-0c92ddd46cdfe7277b86c737e93302c156e212ce.tar.bz2 |
Update components/cdm/common/OWNERS to reflect the module name change.
Review URL: https://codereview.chromium.org/331553002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276624 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | components/cdm/common/OWNERS | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/components/cdm/common/OWNERS b/components/cdm/common/OWNERS index 48dcd3c..7a3b405 100644 --- a/components/cdm/common/OWNERS +++ b/components/cdm/common/OWNERS @@ -1,11 +1,11 @@ # Changes to IPC messages require a security review to avoid introducing # new sandbox escapes. -per-file encrypted_media_messages*.h=set noparent -per-file encrypted_media_messages*.h=cevans@chromium.org -per-file encrypted_media_messages*.h=dcheng@chromium.org -per-file encrypted_media_messages*.h=inferno@chromium.org -per-file encrypted_media_messages*.h=jln@chromium.org -per-file encrypted_media_messages*.h=jschuh@chromium.org -per-file encrypted_media_messages*.h=kenrb@chromium.org -per-file encrypted_media_messages*.h=nasko@chromium.org -per-file encrypted_media_messages*.h=tsepez@chromium.org +per-file cdm_messages*.h=set noparent +per-file cdm_messages*.h=cevans@chromium.org +per-file cdm_messages*.h=dcheng@chromium.org +per-file cdm_messages*.h=inferno@chromium.org +per-file cdm_messages*.h=jln@chromium.org +per-file cdm_messages*.h=jschuh@chromium.org +per-file cdm_messages*.h=kenrb@chromium.org +per-file cdm_messages*.h=nasko@chromium.org +per-file cdm_messages*.h=tsepez@chromium.org |