| Index: chrome/browser/bookmarks/bookmark_drop_info.cc
|
| diff --git a/chrome/browser/bookmarks/bookmark_drop_info.cc b/chrome/browser/bookmarks/bookmark_drop_info.cc
|
| index 0eacd2a2eadbf430fa83933212503e4d050999db..7c708ef191392f0acfd53e6308b68c216f357f33 100644
|
| --- a/chrome/browser/bookmarks/bookmark_drop_info.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_drop_info.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -9,7 +9,7 @@
|
| #endif
|
|
|
| #include "base/basictypes.h"
|
| -#include "views/events/event.h"
|
| +#include "ui/views/events/event.h"
|
| #include "views/view_constants.h"
|
|
|
| BookmarkDropInfo::BookmarkDropInfo(gfx::NativeWindow wnd, int top_margin)
|
|
|