| Index: chrome/browser/ui/views/frame/browser_frame_win.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_frame_win.h b/chrome/browser/ui/views/frame/browser_frame_win.h
|
| index a74eae251984b0a08ab2c335c85df0e22eb2b3b3..69d14a3d56b1d806db333115299d68f88a19142e 100644
|
| --- a/chrome/browser/ui/views/frame/browser_frame_win.h
|
| +++ b/chrome/browser/ui/views/frame/browser_frame_win.h
|
| @@ -1,4 +1,4 @@
|
| -// 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.
|
|
|
| @@ -7,7 +7,7 @@
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| -#include "chrome/browser/views/frame/browser_frame.h"
|
| +#include "chrome/browser/ui/views/frame/browser_frame.h"
|
| #include "views/window/window_win.h"
|
|
|
| class AeroGlassNonClientView;
|
|
|