| Index: chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h b/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
|
| index 2795b245fb965d1916f06260b81fe1f1404e1960..a64712fdc6dbefc125e4527835115b48c47529db 100644
|
| --- a/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
|
| +++ b/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
|
| @@ -394,7 +394,7 @@ class TabStripGtk : public TabStripModelObserver,
|
| // Determines whether the data is acceptable by the tabstrip and opens a new
|
| // tab with the data as URL if it is. Returns true if the drop was
|
| // successful.
|
| - bool CompleteDrop(guchar* data, bool is_plain_text);
|
| + bool CompleteDrop(const guchar* data, bool is_plain_text);
|
|
|
| // Returns the image to use for indicating a drop on a tab. If is_down is
|
| // true, this returns an arrow pointing down.
|
|
|