summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/common/css_colors.h4
-rw-r--r--content/renderer/render_thread_impl.cc2
2 files changed, 3 insertions, 3 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 {
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index f43855f..47c9b7c 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -58,7 +58,7 @@
#include "net/base/net_errors.h"
#include "net/base/net_util.h"
#include "third_party/tcmalloc/chromium/src/google/malloc_extension.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebColor.h"
+#include "third_party/WebKit/Source/WebKit/chromium/public/WebColorName.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositor.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDatabase.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h"