| Index: app/theme_provider.h
|
| diff --git a/app/theme_provider.h b/app/theme_provider.h
|
| index a7994a5926b7dcf34d0359cf1d19e5a10721b121..3d92e4d02b0866d5a36e20752bf2667e781d8389 100644
|
| --- a/app/theme_provider.h
|
| +++ b/app/theme_provider.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 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,8 +6,6 @@
|
| #define APP_THEME_PROVIDER_H_
|
| #pragma once
|
|
|
| -#include <vector>
|
| -
|
| #include "base/basictypes.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
|
|
|
|