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

Unified Diff: ash/test/ash_test_base.h

Issue 2374893002: Adds AshTest (Closed)
Patch Set: real feedback Created 4 years, 3 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: ash/test/ash_test_base.h
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h
index 01e05f22a0d3df8de4e5472398e5361fecf1cc81..c93451ee337b2493f74d4a1f37299f873fcc7df8 100644
--- a/ash/test/ash_test_base.h
+++ b/ash/test/ash_test_base.h
@@ -46,6 +46,7 @@ class WidgetDelegate;
}
namespace ash {
+class AshTestImplAura;
class DisplayManager;
class SystemTray;
class WmShelf;
@@ -168,6 +169,8 @@ class AshTestBase : public testing::Test {
void DisableIME();
private:
+ friend class ash::AshTestImplAura;
+
bool setup_called_;
bool teardown_called_;
// |SetUp()| doesn't activate session if this is set to false.

Powered by Google App Engine
This is Rietveld 408576698