diff options
Diffstat (limited to 'mojo/shell/background')
-rw-r--r-- | mojo/shell/background/DEPS | 3 | ||||
-rw-r--r-- | mojo/shell/background/background_shell.cc | 2 | ||||
-rw-r--r-- | mojo/shell/background/background_shell.h | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/mojo/shell/background/DEPS b/mojo/shell/background/DEPS new file mode 100644 index 0000000..175fafb --- /dev/null +++ b/mojo/shell/background/DEPS @@ -0,0 +1,3 @@ +include_rules = [ + "+mojo/services/catalog", +] diff --git a/mojo/shell/background/background_shell.cc b/mojo/shell/background/background_shell.cc index e336e2c..ed1d5c5 100644 --- a/mojo/shell/background/background_shell.cc +++ b/mojo/shell/background/background_shell.cc @@ -12,7 +12,7 @@ #include "base/synchronization/waitable_event.h" #include "base/threading/simple_thread.h" #include "mojo/message_pump/message_pump_mojo.h" -#include "mojo/services/catalog/catalog.h" +#include "mojo/services/catalog/store.h" #include "mojo/shell/connect_params.h" #include "mojo/shell/loader.h" #include "mojo/shell/public/cpp/shell_client.h" diff --git a/mojo/shell/background/background_shell.h b/mojo/shell/background/background_shell.h index 3aa16b9..7af3714 100644 --- a/mojo/shell/background/background_shell.h +++ b/mojo/shell/background/background_shell.h @@ -10,7 +10,7 @@ #include "base/macros.h" #include "base/memory/scoped_ptr.h" #include "mojo/public/cpp/bindings/interface_request.h" -#include "mojo/services/catalog/catalog.h" +#include "mojo/services/catalog/store.h" #include "mojo/shell/public/interfaces/shell_client.mojom.h" namespace catalog { |