diff options
author | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-02 20:09:34 +0000 |
---|---|---|
committer | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-02 20:09:34 +0000 |
commit | f48945c52495a794fc625a409d942f065f3099b7 (patch) | |
tree | 27966d5e7166f64d013282953d305ee9b7b80f47 | |
parent | d9efd0a8ac9868de6f7f9bc8ceba56284c09da08 (diff) | |
download | chromium_src-f48945c52495a794fc625a409d942f065f3099b7.zip chromium_src-f48945c52495a794fc625a409d942f065f3099b7.tar.gz chromium_src-f48945c52495a794fc625a409d942f065f3099b7.tar.bz2 |
The cookies implementation was moved. Updating the watch list accordingly.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/9875018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130187 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | WATCHLISTS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ 'chrome/browser/ui/webui/ntp/.*', }, 'cookie_monster': { - 'filepath': 'net/base/cookie_.*|'\ + 'filepath': 'net/cookies/.*|'\ 'chrome/browser/net/sqlite_persistent_cookie_store.*', }, 'autofill': { |