summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/gfx/path.h2
-rw-r--r--app/resource_bundle.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/gfx/path.h b/app/gfx/path.h
index 9c70209..96ae427 100644
--- a/app/gfx/path.h
+++ b/app/gfx/path.h
@@ -13,7 +13,7 @@
typedef struct _GdkRegion GdkRegion;
#endif
-#include "SkPath.h"
+#include "third_party/skia/include/core/SkPath.h"
namespace gfx {
diff --git a/app/resource_bundle.cc b/app/resource_bundle.cc
index 2ee2243..e3b4875 100644
--- a/app/resource_bundle.cc
+++ b/app/resource_bundle.cc
@@ -10,7 +10,7 @@
#include "base/string_piece.h"
#include "net/base/file_stream.h"
#include "net/base/net_errors.h"
-#include "SkBitmap.h"
+#include "third_party/skia/include/core/SkBitmap.h"
ResourceBundle* ResourceBundle::g_shared_instance_ = NULL;