Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: chrome/browser/bookmarks/bookmark_node_data.h

Issue 6200005: Move OSExchangeData from src/app to src/ui/base/dragdrop... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/bookmarks/bookmark_node_data.h
===================================================================
--- chrome/browser/bookmarks/bookmark_node_data.h (revision 71050)
+++ chrome/browser/bookmarks/bookmark_node_data.h (working copy)
@@ -13,7 +13,7 @@
#include "googleurl/src/gurl.h"
#if defined(TOOLKIT_VIEWS)
-#include "app/os_exchange_data.h"
+#include "ui/base/dragdrop/os_exchange_data.h"
#endif
class BookmarkNode;
@@ -74,7 +74,7 @@
BookmarkNodeData();
#if defined(TOOLKIT_VIEWS)
- static OSExchangeData::CustomFormat GetBookmarkCustomFormat();
+ static ui::OSExchangeData::CustomFormat GetBookmarkCustomFormat();
#endif
// Created a BookmarkNodeData populated from the arguments.
@@ -108,10 +108,10 @@
// use.
// |profile| is used to identify which profile the data came from. Use a
// value of null to indicate the data is not associated with any profile.
- void Write(Profile* profile, OSExchangeData* data) const;
+ void Write(Profile* profile, ui::OSExchangeData* data) const;
// Restores this data from the clipboard, returning true on success.
- bool Read(const OSExchangeData& data);
+ bool Read(const ui::OSExchangeData& data);
#endif
// Writes the data for a drag to |pickle|.
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_edit_view_win.cc ('k') | chrome/browser/bookmarks/bookmark_node_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698