diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-18 01:22:53 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-18 01:22:53 +0000 |
commit | e8b53808f5251d1486dd8b992fa94d96bb604e01 (patch) | |
tree | a31b69ef64209b6e958907ea398cfe46decfb946 /chrome/app/nibs/DownloadItem.xib | |
parent | 79a4c1e532a74ac74d72f883e52e30019fe9e731 (diff) | |
download | chromium_src-e8b53808f5251d1486dd8b992fa94d96bb604e01.zip chromium_src-e8b53808f5251d1486dd8b992fa94d96bb604e01.tar.gz chromium_src-e8b53808f5251d1486dd8b992fa94d96bb604e01.tar.bz2 |
Move chrome/browser/cocoa/download_* to chrome/browser/cocoa/download/.
BUG=none
TEST=builds
Review URL: http://codereview.chromium.org/3813008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62903 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs/DownloadItem.xib')
-rw-r--r-- | chrome/app/nibs/DownloadItem.xib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/nibs/DownloadItem.xib b/chrome/app/nibs/DownloadItem.xib index f4b6f08..8c38a8e 100644 --- a/chrome/app/nibs/DownloadItem.xib +++ b/chrome/app/nibs/DownloadItem.xib @@ -943,7 +943,7 @@ <string key="superclassName">DraggableButton</string> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> - <string key="minorKey">browser/cocoa/download_item_button.h</string> + <string key="minorKey">browser/cocoa/download/download_item_button.h</string> </object> </object> <object class="IBPartialClassDescription"> @@ -951,7 +951,7 @@ <string key="superclassName">GradientButtonCell</string> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> - <string key="minorKey">browser/cocoa/download_item_cell.h</string> + <string key="minorKey">browser/cocoa/download/download_item_cell.h</string> </object> </object> <object class="IBPartialClassDescription"> @@ -1015,7 +1015,7 @@ </object> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> - <string key="minorKey">browser/cocoa/download_item_controller.h</string> + <string key="minorKey">browser/cocoa/download/download_item_controller.h</string> </object> </object> <object class="IBPartialClassDescription"> |