summaryrefslogtreecommitdiffstats
path: root/app/resource_bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/resource_bundle.h')
-rw-r--r--app/resource_bundle.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/resource_bundle.h b/app/resource_bundle.h
index d2c2d59..abe7205 100644
--- a/app/resource_bundle.h
+++ b/app/resource_bundle.h
@@ -26,13 +26,15 @@
namespace app {
class DataPack;
}
+namespace base {
+class Lock;
+}
#if defined(USE_X11)
typedef struct _GdkPixbuf GdkPixbuf;
#endif
namespace gfx {
class Font;
}
-class Lock;
class SkBitmap;
typedef uint32 SkColor;
namespace base {
@@ -244,7 +246,7 @@ class ResourceBundle {
// Class level lock. Used to protect internal data structures that may be
// accessed from other threads (e.g., skia_images_).
- scoped_ptr<Lock> lock_;
+ scoped_ptr<base::Lock> lock_;
// Handles for data sources.
DataHandle resources_data_;