Index: athena/main/athena_launcher.cc |
diff --git a/athena/main/athena_launcher.cc b/athena/main/athena_launcher.cc |
index fdfbfe9f0de27b0c497ad5f84de6d7b57ec2e593..04b55a77f2981ad82955f8b15ebdfe329f1622e3 100644 |
--- a/athena/main/athena_launcher.cc |
+++ b/athena/main/athena_launcher.cc |
@@ -13,7 +13,6 @@ |
#include "athena/system/public/system_ui.h" |
#include "athena/wm/public/window_manager.h" |
#include "base/memory/scoped_ptr.h" |
-#include "content/public/browser/browser_thread.h" |
#include "ui/aura/window_property.h" |
#include "ui/views/views_delegate.h" |
#include "ui/wm/core/visibility_controller.h" |
@@ -70,9 +69,7 @@ |
aura::client::SetVisibilityClient(root_window, |
root_window_state->visibility_client.get()); |
- athena::SystemUI::Create( |
- content::BrowserThread::GetMessageLoopProxyForThread( |
- content::BrowserThread::FILE)); |
+ athena::SystemUI::Create(); |
athena::InputManager::Create()->OnRootWindowCreated(root_window); |
athena::ScreenManager::Create(root_window); |
athena::WindowManager::Create(); |