diff options
Diffstat (limited to 'ui/gfx/codec/png_codec.cc')
-rw-r--r-- | ui/gfx/codec/png_codec.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/codec/png_codec.cc b/ui/gfx/codec/png_codec.cc index 5fd6d7a..a0dfbbe 100644 --- a/ui/gfx/codec/png_codec.cc +++ b/ui/gfx/codec/png_codec.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "gfx/codec/png_codec.h" +#include "ui/gfx/codec/png_codec.h" #include "base/logging.h" #include "base/scoped_ptr.h" |