summaryrefslogtreecommitdiffstats
path: root/app/resource_bundle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'app/resource_bundle.cc')
-rw-r--r--app/resource_bundle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/resource_bundle.cc b/app/resource_bundle.cc
index 20244d7..a5f42db 100644
--- a/app/resource_bundle.cc
+++ b/app/resource_bundle.cc
@@ -4,10 +4,10 @@
#include "app/resource_bundle.h"
-#include "app/gfx/codec/png_codec.h"
#include "app/gfx/font.h"
#include "base/logging.h"
#include "base/string_piece.h"
+#include "gfx/codec/png_codec.h"
#include "third_party/skia/include/core/SkBitmap.h"
ResourceBundle* ResourceBundle::g_shared_instance_ = NULL;