| Index: chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc b/chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc
|
| index 4b21ec0f6c6366207cb8695d56ae194f434e4045..f4d3f9dece92fbe689f2024a9a4f838690843b60 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc
|
| @@ -1,8 +1,8 @@
|
| -// Copyright (c) 2010 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.
|
|
|
| -#include "chrome/browser/views/tab_contents/tab_contents_drag_win.h"
|
| +#include "chrome/browser/ui/views/tab_contents/tab_contents_drag_win.h"
|
|
|
| #include <windows.h>
|
|
|
| @@ -23,7 +23,7 @@
|
| #include "chrome/browser/tab_contents/web_drag_source_win.h"
|
| #include "chrome/browser/tab_contents/web_drag_utils_win.h"
|
| #include "chrome/browser/tab_contents/web_drop_target_win.h"
|
| -#include "chrome/browser/views/tab_contents/tab_contents_view_win.h"
|
| +#include "chrome/browser/ui/views/tab_contents/tab_contents_view_win.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "net/base/net_util.h"
|
| #include "views/drag_utils.h"
|
|
|