diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 23:50:25 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 23:50:25 +0000 |
commit | c5b6fb5f162db28dcf0c211e8e305f31097d0445 (patch) | |
tree | 53c2c0e5a106276476a56681f2656b64acec4531 /chrome/browser/bookmarks | |
parent | 7c55f4ce7d876c1e02ab9c8bad7a746697073b1b (diff) | |
download | chromium_src-c5b6fb5f162db28dcf0c211e8e305f31097d0445.zip chromium_src-c5b6fb5f162db28dcf0c211e8e305f31097d0445.tar.gz chromium_src-c5b6fb5f162db28dcf0c211e8e305f31097d0445.tar.bz2 |
Fox some compilation problems for Linux. This also adds bookmark_bar_view and
window_sizer to the Linux build.
Review URL: http://codereview.chromium.org/115803
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16953 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/bookmarks')
-rw-r--r-- | chrome/browser/bookmarks/bookmark_drag_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/bookmarks/bookmark_drag_data.h b/chrome/browser/bookmarks/bookmark_drag_data.h index 18353e6..5e8db56 100644 --- a/chrome/browser/bookmarks/bookmark_drag_data.h +++ b/chrome/browser/bookmarks/bookmark_drag_data.h @@ -71,7 +71,7 @@ struct BookmarkDragData { explicit BookmarkDragData(BookmarkNode* node); explicit BookmarkDragData(const std::vector<BookmarkNode*>& nodes); -#if defined(OS_WIN) +#if defined(TOOLKIT_VIEWS) // Writes elements to data. If there is only one element and it is a URL // the URL and title are written to the clipboard in a format other apps can // use. |