Index: components/bitmap_uploader/bitmap_uploader.h |
diff --git a/components/bitmap_uploader/bitmap_uploader.h b/components/bitmap_uploader/bitmap_uploader.h |
index cee37d619e284a7b1689c0ddcf82e642565de703..65162ac9c2b56e45341e62eeff205b7fc670fe83 100644 |
--- a/components/bitmap_uploader/bitmap_uploader.h |
+++ b/components/bitmap_uploader/bitmap_uploader.h |
@@ -19,7 +19,7 @@ |
#include "mojo/public/c/gles2/gles2.h" |
namespace mojo { |
-class Shell; |
+class Connector; |
} |
namespace bitmap_uploader { |
@@ -34,7 +34,7 @@ class BITMAP_UPLOADER_EXPORT BitmapUploader |
explicit BitmapUploader(mus::Window* window); |
~BitmapUploader() override; |
- void Init(mojo::Shell* shell); |
+ void Init(mojo::Connector* connector); |
// Sets the color which is RGBA. |
void SetColor(uint32_t color); |