| Index: chrome/browser/views/options/fonts_page_view.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/views/options/fonts_page_view.cc	(revision 28001)
 | 
| +++ chrome/browser/views/options/fonts_page_view.cc	(working copy)
 | 
| @@ -1,4 +1,4 @@
 | 
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
 | 
| +// Copyright (c) 2009 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.
 | 
|  
 | 
| @@ -14,10 +14,10 @@
 | 
|  #include "app/combobox_model.h"
 | 
|  #include "app/gfx/canvas.h"
 | 
|  #include "app/gfx/font.h"
 | 
| +#include "app/gfx/native_theme_win.h"
 | 
|  #include "app/l10n_util.h"
 | 
|  #include "app/resource_bundle.h"
 | 
|  #include "base/file_util.h"
 | 
| -#include "base/gfx/native_theme.h"
 | 
|  #include "base/string_util.h"
 | 
|  #include "chrome/browser/browser_process.h"
 | 
|  #include "chrome/browser/character_encoding.h"
 | 
| 
 |