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

Unified Diff: components/bitmap_uploader/bitmap_uploader.h

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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
Index: components/bitmap_uploader/bitmap_uploader.h
diff --git a/components/bitmap_uploader/bitmap_uploader.h b/components/bitmap_uploader/bitmap_uploader.h
index 48efe009f08ab713d372fb977a2d0657ee9e06b4..37ae1d00edf44532740ccb8613da2c0e64e477c2 100644
--- a/components/bitmap_uploader/bitmap_uploader.h
+++ b/components/bitmap_uploader/bitmap_uploader.h
@@ -19,7 +19,7 @@
#include "gpu/GLES2/gl2extchromium.h"
#include "mojo/public/c/gles2/gles2.h"
-namespace mojo {
+namespace shell {
class Connector;
}
@@ -35,7 +35,7 @@ class BITMAP_UPLOADER_EXPORT BitmapUploader
explicit BitmapUploader(mus::Window* window);
~BitmapUploader() override;
- void Init(mojo::Connector* connector);
+ void Init(shell::Connector* connector);
// Sets the color which is RGBA.
void SetColor(uint32_t color);
« no previous file with comments | « chromecast/browser/media/cast_mojo_media_application.cc ('k') | components/bitmap_uploader/bitmap_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698