diff options
Diffstat (limited to 'chrome/browser/chromeos/brightness_bubble.cc')
-rw-r--r-- | chrome/browser/chromeos/brightness_bubble.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/brightness_bubble.cc b/chrome/browser/chromeos/brightness_bubble.cc index 11664e5..7c149aac 100644 --- a/chrome/browser/chromeos/brightness_bubble.cc +++ b/chrome/browser/chromeos/brightness_bubble.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/chromeos/brightness_bubble.h" -#include "base/singleton.h" +#include "base/memory/singleton.h" #include "grit/theme_resources.h" #include "ui/base/resource/resource_bundle.h" |