diff options
Diffstat (limited to 'content/common/css_colors.h')
-rw-r--r-- | content/common/css_colors.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/css_colors.h b/content/common/css_colors.h index a2dbf1f..6702d43 100644 --- a/content/common/css_colors.h +++ b/content/common/css_colors.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -9,8 +9,8 @@ #include <utility> #include "base/basictypes.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/WebColorName.h" #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebColor.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebColorName.h" // Functionality related to sending the values of CSS colors to the renderer. class CSSColors { |