summaryrefslogtreecommitdiffstats
path: root/chrome/common/css_colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/css_colors.h')
-rw-r--r--chrome/common/css_colors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/css_colors.h b/chrome/common/css_colors.h
index 994a3907..d952e98 100644
--- a/chrome/common/css_colors.h
+++ b/chrome/common/css_colors.h
@@ -8,8 +8,8 @@
#include <utility>
#include "base/basictypes.h"
-#include "webkit/api/public/WebColor.h"
-#include "webkit/api/public/WebColorName.h"
+#include "third_party/WebKit/WebKit/chromium/public/WebColor.h"
+#include "third_party/WebKit/WebKit/chromium/public/WebColorName.h"
// Functionality related to sending the values of CSS colors to the renderer.
class CSSColors {