diff options
Diffstat (limited to 'chrome/browser/ntp_background_util.cc')
-rw-r--r-- | chrome/browser/ntp_background_util.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/ntp_background_util.cc b/chrome/browser/ntp_background_util.cc index 41be57d..5cd3f95 100644 --- a/chrome/browser/ntp_background_util.cc +++ b/chrome/browser/ntp_background_util.cc @@ -6,11 +6,11 @@ #include "base/logging.h" #include "chrome/browser/themes/browser_theme_provider.h" -#include "gfx/canvas.h" -#include "gfx/rect.h" -#include "gfx/skia_util.h" #include "grit/theme_resources.h" #include "third_party/skia/include/core/SkBitmap.h" +#include "ui/gfx/canvas.h" +#include "ui/gfx/rect.h" +#include "ui/gfx/skia_util.h" namespace { |