| Index: chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc b/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| index dd76c86e11b38ccb423edcb0f532333eb9522657..e0e835dca3495749015fe47e0a7e9a4a3475cae2 100644
|
| --- a/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| +++ b/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| @@ -1,10 +1,10 @@
|
| -// 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/frame/popup_non_client_frame_view.h"
|
| +#include "chrome/browser/ui/views/frame/popup_non_client_frame_view.h"
|
|
|
| -#include "chrome/browser/views/tabs/base_tab_strip.h"
|
| +#include "chrome/browser/ui/views/tabs/base_tab_strip.h"
|
| #include "gfx/point.h"
|
| #include "gfx/rect.h"
|
| #include "gfx/size.h"
|
|
|