Index: chrome/browser/tab_contents/web_drop_target_win.cc |
=================================================================== |
--- chrome/browser/tab_contents/web_drop_target_win.cc (revision 90470) |
+++ chrome/browser/tab_contents/web_drop_target_win.cc (working copy) |
@@ -41,7 +41,7 @@ |
} // namespace |
-// InterstitialDropTarget is like a base::win::DropTarget implementation that |
+// InterstitialDropTarget is like a app::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. |