diff options
Diffstat (limited to 'views/widget/aero_tooltip_manager.h')
-rw-r--r-- | views/widget/aero_tooltip_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/widget/aero_tooltip_manager.h b/views/widget/aero_tooltip_manager.h index e7fe5af..abdb54bc 100644 --- a/views/widget/aero_tooltip_manager.h +++ b/views/widget/aero_tooltip_manager.h @@ -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. @@ -6,7 +6,7 @@ #define VIEWS_WIDGET_AERO_TOOLTIP_MANAGER_H_ #pragma once -#include "base/ref_counted.h" +#include "base/memory/ref_counted.h" #include "base/task.h" #include "views/widget/tooltip_manager_win.h" |