summaryrefslogtreecommitdiffstats
path: root/mojo/shell/background/background_shell.h
diff options
context:
space:
mode:
authorben <ben@chromium.org>2016-03-11 16:57:56 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-12 01:00:33 +0000
commit187701ef418c2d12febdd591e1587e9aec4a5ccf (patch)
tree5263607910150c5462589fb985fd808a72e95f83 /mojo/shell/background/background_shell.h
parent58925fbb6bf9ab2360a2672424a8ef20b3c0cc67 (diff)
downloadchromium_src-187701ef418c2d12febdd591e1587e9aec4a5ccf.zip
chromium_src-187701ef418c2d12febdd591e1587e9aec4a5ccf.tar.gz
chromium_src-187701ef418c2d12febdd591e1587e9aec4a5ccf.tar.bz2
Separate the Catalog from the Shell completely, so the Catalog can live in its own process.
BUG= Review URL: https://codereview.chromium.org/1786683004 Cr-Commit-Position: refs/heads/master@{#380811}
Diffstat (limited to 'mojo/shell/background/background_shell.h')
-rw-r--r--mojo/shell/background/background_shell.h2
1 files changed, 1 insertions, 1 deletions
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 {