diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 19:52:33 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 19:52:33 +0000 |
commit | acc84f9344ad1743183036640f255d60c589b613 (patch) | |
tree | ba8c62cd0f66b00ce230cc50376f0f1f872d7008 /webkit/build | |
parent | e1ae6aa6249782a2e2b1272c93e0ae66a54f94ca (diff) | |
download | chromium_src-acc84f9344ad1743183036640f255d60c589b613.zip chromium_src-acc84f9344ad1743183036640f255d60c589b613.tar.gz chromium_src-acc84f9344ad1743183036640f255d60c589b613.tar.bz2 |
DeleteButtonController was left over from previous unforkage.
Review URL: http://codereview.chromium.org/6353
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3035 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 3c901a3..5131ae5b 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -1145,11 +1145,11 @@ > </File> <File - RelativePath="..\..\pending\GraphicsContext.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GraphicsContext.cpp" > </File> <File - RelativePath="..\..\pending\GraphicsContext.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GraphicsContext.h" > </File> <File @@ -1173,7 +1173,7 @@ > </File> <File - RelativePath="..\..\pending\Image.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\Image.h" > </File> <File @@ -1429,7 +1429,7 @@ > </File> <File - RelativePath="..\..\pending\String.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\String.cpp" > </File> <File @@ -1445,11 +1445,11 @@ > </File> <File - RelativePath="..\..\pending\StringImpl.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\StringImpl.cpp" > </File> <File - RelativePath="..\..\pending\StringImpl.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\StringImpl.h" > </File> <File @@ -4082,7 +4082,7 @@ > </File> <File - RelativePath="..\..\pending\HTMLAnchorElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLAnchorElement.cpp" > </File> <File @@ -4410,11 +4410,11 @@ > </File> <File - RelativePath="..\..\pending\HTMLLinkElement.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLLinkElement.cpp" > </File> <File - RelativePath="..\..\pending\HTMLLinkElement.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLLinkElement.h" > </File> <File |