Index: app/gfx/native_theme_win.cc |
=================================================================== |
--- app/gfx/native_theme_win.cc (revision 27936) |
+++ app/gfx/native_theme_win.cc (working copy) |
@@ -1,15 +1,15 @@ |
-// 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. |
-#include "base/gfx/native_theme.h" |
+#include "app/gfx/native_theme_win.h" |
#include <windows.h> |
#include <uxtheme.h> |
#include <vsstyle.h> |
#include <vssym32.h> |
-#include "base/gfx/gdi_util.h" |
+#include "app/gfx/gdi_util.h" |
#include "base/gfx/rect.h" |
#include "base/logging.h" |
#include "base/scoped_handle.h" |