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

Unified Diff: athena/test/athena_test_base.h

Issue 480353006: Separate athena's startup process from AppShell's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: athena/test/athena_test_base.h
diff --git a/athena/test/athena_test_base.h b/athena/test/athena_test_base.h
index 0cd88d91b627030b20489e349f9e4a204ad51d77..8ab8285f9f6a20e70fcf0a24dd456d01f9ea4bb1 100644
--- a/athena/test/athena_test_base.h
+++ b/athena/test/athena_test_base.h
@@ -34,8 +34,8 @@ class AthenaTestBase : public testing::Test {
scoped_ptr<aura::Window> CreateTestWindow(aura::WindowDelegate* delegate,
const gfx::Rect& bounds);
- aura::Window* root_window() { return helper_->root_window(); }
- aura::WindowTreeHost* host() { return helper_->host(); }
+ aura::Window* root_window() { return helper_->GetRootWindow(); }
+ aura::WindowTreeHost* host() { return helper_->GetHost(); }
private:
bool setup_called_;

Powered by Google App Engine
This is Rietveld 408576698