diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-28 03:46:45 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-28 03:46:45 +0000 |
commit | f8c648b043542e2e38a3c1ea5a21221328e1a6b9 (patch) | |
tree | cc83b670f6850ecbae3d9b5d1d0d29adddc86750 /content/common | |
parent | faf298c663a3450edfe4b4f9b2fd3e7615aa050b (diff) | |
download | chromium_src-f8c648b043542e2e38a3c1ea5a21221328e1a6b9.zip chromium_src-f8c648b043542e2e38a3c1ea5a21221328e1a6b9.tar.gz chromium_src-f8c648b043542e2e38a3c1ea5a21221328e1a6b9.tar.bz2 |
Update includes for WebColorName.h to their new location
This has to land after http://trac.webkit.org/changeset/108860
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/9464036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123883 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-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 { |