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

Unified Diff: components/resource_provider/public/cpp/resource_loader.h

Issue 1725353003: Eliminate mojo::Shell client lib class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@15connector
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
Index: components/resource_provider/public/cpp/resource_loader.h
diff --git a/components/resource_provider/public/cpp/resource_loader.h b/components/resource_provider/public/cpp/resource_loader.h
index e355d6e593efe605622333f2b42b53888ebca124..033cfddfb89dc5e687f932e6aa6d1bebd43d05cd 100644
--- a/components/resource_provider/public/cpp/resource_loader.h
+++ b/components/resource_provider/public/cpp/resource_loader.h
@@ -22,7 +22,7 @@ class File;
}
namespace mojo {
-class Shell;
+class Connector;
}
namespace resource_provider {
@@ -33,7 +33,8 @@ namespace resource_provider {
// have been obtained.
class ResourceLoader {
public:
- ResourceLoader(mojo::Shell* shell, const std::set<std::string>& paths);
+ ResourceLoader(mojo::Connector* connector,
+ const std::set<std::string>& paths);
~ResourceLoader();
// Uses WaitForIncomingMessage() to block until the results are available, or
« no previous file with comments | « components/mus/ws/window_tree_unittest.cc ('k') | components/resource_provider/public/cpp/resource_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698