diff options
Diffstat (limited to 'views/focus/view_storage.h')
-rw-r--r-- | views/focus/view_storage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/focus/view_storage.h b/views/focus/view_storage.h index 892989a..8673e59 100644 --- a/views/focus/view_storage.h +++ b/views/focus/view_storage.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_FOCUS_VIEW_STORAGE_H_ #pragma once -#include "base/singleton.h" +#include "base/memory/singleton.h" #include "views/view.h" // This class is a simple storage place for storing/retrieving views. It is |