Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(733)

Unified Diff: components/bitmap_uploader/bitmap_uploader.h

Issue 1674903003: Extract shell methods from ApplicationImpl into a base class, and pass this to Initialize() instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojom
Patch Set: . Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame_mus.cc ('k') | components/bitmap_uploader/bitmap_uploader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bitmap_uploader/bitmap_uploader.h
diff --git a/components/bitmap_uploader/bitmap_uploader.h b/components/bitmap_uploader/bitmap_uploader.h
index ce6e348c8b3dab6773c8b92112c0522a1ed640fc..cee37d619e284a7b1689c0ddcf82e642565de703 100644
--- a/components/bitmap_uploader/bitmap_uploader.h
+++ b/components/bitmap_uploader/bitmap_uploader.h
@@ -19,12 +19,8 @@
#include "mojo/public/c/gles2/gles2.h"
namespace mojo {
-namespace shell {
-namespace mojom {
class Shell;
}
-}
-}
namespace bitmap_uploader {
@@ -38,7 +34,7 @@ class BITMAP_UPLOADER_EXPORT BitmapUploader
explicit BitmapUploader(mus::Window* window);
~BitmapUploader() override;
- void Init(mojo::shell::mojom::Shell* shell);
+ void Init(mojo::Shell* shell);
// Sets the color which is RGBA.
void SetColor(uint32_t color);
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame_mus.cc ('k') | components/bitmap_uploader/bitmap_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698