| Index: chrome/browser/tab_contents/web_drop_target_win.cc
|
| diff --git a/chrome/browser/tab_contents/web_drop_target_win.cc b/chrome/browser/tab_contents/web_drop_target_win.cc
|
| index dfb85005d02f51e24723ea351e403553af3eb6b5..bff2a58ba99e34b6b216cbe836bac3d5fd9f7eb4 100644
|
| --- a/chrome/browser/tab_contents/web_drop_target_win.cc
|
| +++ b/chrome/browser/tab_contents/web_drop_target_win.cc
|
| @@ -41,7 +41,7 @@ DWORD GetPreferredDropEffect(DWORD effect) {
|
|
|
| } // namespace
|
|
|
| -// InterstitialDropTarget is like a app::win::DropTarget implementation that
|
| +// InterstitialDropTarget is like a base::win::DropTarget implementation that
|
| // WebDropTarget passes through to if an interstitial is showing. Rather than
|
| // passing messages on to the renderer, we just check to see if there's a link
|
| // in the drop data and handle links as navigations.
|
|
|