From 3b26eed507eb8dcd1ba288a851203cdb5eb115e2 Mon Sep 17 00:00:00 2001 From: estade Date: Thu, 24 Sep 2015 17:11:58 -0700 Subject: Share the same value of red for various error states. This also changes the shade of red as per sgabriel's recommendation. BUG=none Review URL: https://codereview.chromium.org/1358203004 Cr-Commit-Position: refs/heads/master@{#350714} --- ui/views/color_constants.cc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ui/views/color_constants.cc (limited to 'ui/views/color_constants.cc') diff --git a/ui/views/color_constants.cc b/ui/views/color_constants.cc deleted file mode 100644 index f28a2fd..0000000 --- a/ui/views/color_constants.cc +++ /dev/null @@ -1,11 +0,0 @@ -// 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. - -#include "ui/views/color_constants.h" - -namespace views { - -const SkColor kWarningColor = SkColorSetRGB(0xd3, 0x2f, 0x2f); - -} // namespace views -- cgit v1.1