Index: mojo/shell/context.h |
diff --git a/mojo/shell/context.h b/mojo/shell/context.h |
index 566440f423d7ffa3e967832ee91684e62095b0c6..2a4c5c23009454173d8ec0aa9c45164607886cc8 100644 |
--- a/mojo/shell/context.h |
+++ b/mojo/shell/context.h |
@@ -5,7 +5,6 @@ |
#ifndef MOJO_SHELL_CONTEXT_H_ |
#define MOJO_SHELL_CONTEXT_H_ |
-#include "mojo/common/bindings_support_impl.h" |
#include "mojo/shell/loader.h" |
#include "mojo/shell/service_manager.h" |
#include "mojo/shell/storage.h" |
@@ -40,7 +39,6 @@ class Context { |
Storage storage_; |
Loader loader_; |
ServiceManager service_manager_; |
- common::BindingsSupportImpl bindings_support_impl_; |
scoped_ptr<DynamicServiceLoader> dynamic_service_loader_; |
#if defined(OS_ANDROID) |