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

Unified Diff: ui/views/mus/native_widget_mus.h

Issue 2162693002: Move bitmap uploader to ui service client lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « ui/views/mus/DEPS ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/native_widget_mus.h
diff --git a/ui/views/mus/native_widget_mus.h b/ui/views/mus/native_widget_mus.h
index d91f3039e2e32f3cf0d7ed22016a869fc00e294f..472be9a3057a4bfdac55d42c2f46ed7509c06631 100644
--- a/ui/views/mus/native_widget_mus.h
+++ b/ui/views/mus/native_widget_mus.h
@@ -32,11 +32,8 @@ class WindowTreeClient;
class Window;
}
-namespace bitmap_uploader {
-class BitmapUploader;
-}
-
namespace ui {
+class BitmapUploader;
class Window;
class WindowTreeClient;
namespace mojom {
@@ -284,7 +281,7 @@ class VIEWS_MUS_EXPORT NativeWidgetMus
std::unique_ptr<wm::CursorManager> cursor_manager_;
// Bitmap management.
- std::unique_ptr<bitmap_uploader::BitmapUploader> bitmap_uploader_;
+ std::unique_ptr<ui::BitmapUploader> bitmap_uploader_;
std::unique_ptr<ui::ViewProp> prop_;
base::WeakPtrFactory<NativeWidgetMus> close_widget_factory_;
« no previous file with comments | « ui/views/mus/DEPS ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698