diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-15 01:35:45 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-15 01:35:45 +0000 |
commit | d330185b649cc66f60362c01cbead62e5b2545ba (patch) | |
tree | e71046177bf83524e11051db7698a0a588181eb2 /chrome/test | |
parent | 7236eb109ef090be1163c384584714c7d139ed98 (diff) | |
download | chromium_src-d330185b649cc66f60362c01cbead62e5b2545ba.zip chromium_src-d330185b649cc66f60362c01cbead62e5b2545ba.tar.gz chromium_src-d330185b649cc66f60362c01cbead62e5b2545ba.tar.bz2 |
Move password manager files into a subdir
Review URL: http://codereview.chromium.org/18259
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8066 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/unit/unittests.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj index c9aa55c..d76579d 100644 --- a/chrome/test/unit/unittests.vcproj +++ b/chrome/test/unit/unittests.vcproj @@ -375,7 +375,7 @@ > </File> <File - RelativePath="..\..\browser\encryptor_unittest.cc" + RelativePath="..\..\browser\password_manager\encryptor_unittest.cc" > </File> <File @@ -547,7 +547,7 @@ > </File> <File - RelativePath="..\..\browser\password_form_manager_unittest.cc" + RelativePath="..\..\browser\password_manager\password_form_manager_unittest.cc" > </File> <File |