| Index: chrome/common/css_colors.h
 | 
| diff --git a/chrome/common/css_colors.h b/chrome/common/css_colors.h
 | 
| index 994a3907cb9d87dc6a8c2bc40504728dff47b146..d952e989da8cb56526c5c3b024d548954ff9cd8b 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 {
 | 
| 
 |