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..c2ec3dd32c5848d9c9f25a8f3e0df3d9f2def380 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 ui::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. |