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

Unified Diff: ash/mus/window_manager_application.h

Issue 2694623016: chromeos: Makes AshTestBase/Helper target mash when appropriate (Closed)
Patch Set: feedback Created 3 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 | « ash/mus/window_manager.cc ('k') | ash/mus/window_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager_application.h
diff --git a/ash/mus/window_manager_application.h b/ash/mus/window_manager_application.h
index f6596986b026d64519fabf4dfadfd218422e60a8..757e24bc4e71d7370343f23d415aace4e32de9b9 100644
--- a/ash/mus/window_manager_application.h
+++ b/ash/mus/window_manager_application.h
@@ -37,6 +37,9 @@ class AuraInit;
}
namespace ash {
+namespace test {
+class AshTestHelper;
+}
namespace mus {
class NetworkConnectDelegateMus;
@@ -51,6 +54,7 @@ class WindowManagerApplication : public service_manager::Service {
WindowManager* window_manager() { return window_manager_.get(); }
private:
+ friend class ash::test::AshTestHelper;
friend class WmTestBase;
friend class WmTestHelper;
« no previous file with comments | « ash/mus/window_manager.cc ('k') | ash/mus/window_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698