summaryrefslogtreecommitdiffstats
path: root/ui/base/dragdrop/gtk_dnd_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/dragdrop/gtk_dnd_util.h')
-rw-r--r--ui/base/dragdrop/gtk_dnd_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/base/dragdrop/gtk_dnd_util.h b/ui/base/dragdrop/gtk_dnd_util.h
index 3744faa..88f00a3 100644
--- a/ui/base/dragdrop/gtk_dnd_util.h
+++ b/ui/base/dragdrop/gtk_dnd_util.h
@@ -68,7 +68,7 @@ UI_EXPORT void SetDestTargetList(GtkWidget* dest, const int* target_codes);
// Write a URL to the selection in the given type.
UI_EXPORT void WriteURLWithName(GtkSelectionData* selection_data,
const GURL& url,
- string16 title,
+ base::string16 title,
int type);
// Extracts data of type CHROME_NAMED_URL from |selection_data| into
@@ -76,7 +76,7 @@ UI_EXPORT void WriteURLWithName(GtkSelectionData* selection_data,
// and the url is valid.
UI_EXPORT bool ExtractNamedURL(GtkSelectionData* selection_data,
GURL* url,
- string16* title);
+ base::string16* title);
// Extracts data of type TEXT_URI_LIST from |selection_data| into |urls|.
UI_EXPORT bool ExtractURIList(GtkSelectionData* selection_data,
@@ -85,7 +85,7 @@ UI_EXPORT bool ExtractURIList(GtkSelectionData* selection_data,
// Extracts a Netscape URL (url\ntitle) from |selection_data|.
UI_EXPORT bool ExtractNetscapeURL(GtkSelectionData* selection_data,
GURL* url,
- string16* title);
+ base::string16* title);
} // namespace ui