summaryrefslogtreecommitdiffstats
path: root/tools/imagediff/image_diff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/imagediff/image_diff.cc')
-rw-r--r--tools/imagediff/image_diff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/imagediff/image_diff.cc b/tools/imagediff/image_diff.cc
index 2b9a3e0..7c16dcd 100644
--- a/tools/imagediff/image_diff.cc
+++ b/tools/imagediff/image_diff.cc
@@ -13,7 +13,6 @@
#include <string>
#include <iostream>
-#include "app/gfx/codec/png_codec.h"
#include "base/basictypes.h"
#include "base/command_line.h"
#include "base/file_util.h"
@@ -21,6 +20,7 @@
#include "base/process_util.h"
#include "base/scoped_ptr.h"
#include "base/utf_string_conversions.h"
+#include "gfx/codec/png_codec.h"
#if defined(OS_WIN)
#include "windows.h"