Index: chrome/browser/ui/gtk/custom_drag.h |
diff --git a/chrome/browser/ui/gtk/custom_drag.h b/chrome/browser/ui/gtk/custom_drag.h |
index 6703def0cb4e01bf0958a6af3f963522b7aecb04..955314a38073d3147ff4966565f71f5d37a374c9 100644 |
--- a/chrome/browser/ui/gtk/custom_drag.h |
+++ b/chrome/browser/ui/gtk/custom_drag.h |
@@ -10,6 +10,7 @@ |
#include <vector> |
#include "base/basictypes.h" |
+#include "base/compiler_specific.h" |
#include "ui/base/gtk/gtk_signal.h" |
class BookmarkNode; |
@@ -74,7 +75,7 @@ class DownloadItemDrag : public CustomDrag { |
virtual void OnDragDataGet(GtkWidget* widget, GdkDragContext* context, |
GtkSelectionData* selection_data, |
- guint target_type, guint time); |
+ guint target_type, guint time) OVERRIDE; |
const DownloadItem* download_item_; |
@@ -96,7 +97,7 @@ class BookmarkDrag : public CustomDrag { |
virtual void OnDragDataGet(GtkWidget* widget, GdkDragContext* context, |
GtkSelectionData* selection_data, |
- guint target_type, guint time); |
+ guint target_type, guint time) OVERRIDE; |
Profile* profile_; |
std::vector<const BookmarkNode*> nodes_; |