diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-11 17:55:11 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-11 17:55:11 +0000 |
commit | e232e00e73a93453328cf8634001df93860d8d1e (patch) | |
tree | dd73f42ee79c9dbdf49056b8a394a4ce04c24f09 /chrome/common/common.vcproj | |
parent | feb7cfba67c122cd39ae15e3bac5a2be5a2014e5 (diff) | |
download | chromium_src-e232e00e73a93453328cf8634001df93860d8d1e.zip chromium_src-e232e00e73a93453328cf8634001df93860d8d1e.tar.gz chromium_src-e232e00e73a93453328cf8634001df93860d8d1e.tar.bz2 |
Fix some files in common. I changed this a while ago but forgot to check it in
since it conflicted. It didn't break the build since they were only headers.
Review URL: http://codereview.chromium.org/21249
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9573 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.vcproj')
-rw-r--r-- | chrome/common/common.vcproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/common/common.vcproj b/chrome/common/common.vcproj index 8e88bb7..44c9962 100644 --- a/chrome/common/common.vcproj +++ b/chrome/common/common.vcproj @@ -526,6 +526,10 @@ > </File> <File + RelativePath=".\notification_observer.h" + > + </File> + <File RelativePath=".\notification_registrar.cc" > </File> @@ -546,7 +550,7 @@ > </File> <File - RelativePath=".\notification_types.h" + RelativePath=".\notification_type.h" > </File> <File |