diff options
author | jeremya@chromium.org <jeremya@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 07:20:57 +0000 |
---|---|---|
committer | jeremya@chromium.org <jeremya@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 07:20:57 +0000 |
commit | 02fb6a407004640da8dc8d3fef077fe397b17600 (patch) | |
tree | 141caec60a3e9af7ea453ea35d6742cb34279a8e /chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h | |
parent | 30d06382b2e09eefe82f5f45ec63018ff47092b4 (diff) | |
download | chromium_src-02fb6a407004640da8dc8d3fef077fe397b17600.zip chromium_src-02fb6a407004640da8dc8d3fef077fe397b17600.tar.gz chromium_src-02fb6a407004640da8dc8d3fef077fe397b17600.tar.bz2 |
Remove dependency on ui/base/clipboard/clipboard.h from browser_context.h
This dependency caused browser_context.h to depend on gdk/gdk.h, which was
problematic for targets that don't include the paths for gdk (particularly,
apps).
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14048020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196644 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h')
-rw-r--r-- | chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h b/chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h index c57d43b..7fcbc7b 100644 --- a/chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h +++ b/chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h @@ -29,7 +29,7 @@ enum PasteboardType { void WriteToPasteboard(PasteboardType type, const std::vector<BookmarkNodeData::Element>& elements, const base::FilePath& profile_path, - ui::Clipboard::SourceTag tag); + ui::SourceTag tag); // Reads a set of bookmark elements from the specified pasteboard. bool ReadFromPasteboard(PasteboardType type, |