| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index d29cee5ff04104d1996e250739f9c578c1d47fa7..85c1600e18b8ac6631bb8b2fdb510444f2cd20c1 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -4378,8 +4378,8 @@
|
| ],
|
| 'sources': [
|
| # Build Apple sample code
|
| - '../third_party/apple/ImageAndTextCell.h',
|
| - '../third_party/apple/ImageAndTextCell.m',
|
| + '../third_party/apple_sample_code/ImageAndTextCell.h',
|
| + '../third_party/apple_sample_code/ImageAndTextCell.m',
|
| # Build the necessary GTM sources
|
| '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h',
|
| '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m',
|
|
|