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

Unified Diff: mojo/shell/capability_filter.h

Issue 1354003002: Make CapabilityFilter be part of Identity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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
« no previous file with comments | « mojo/shell/application_manager_unittest.cc ('k') | mojo/shell/capability_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/capability_filter.h
diff --git a/mojo/shell/capability_filter.h b/mojo/shell/capability_filter.h
index 2d0ef85442276e130bccc7fec9f756f1becbe364..a2a9dfd632557196a6d184c4873c63c674a0843f 100644
--- a/mojo/shell/capability_filter.h
+++ b/mojo/shell/capability_filter.h
@@ -13,7 +13,7 @@
namespace mojo {
namespace shell {
-struct Identity;
+class Identity;
// A set of names of interfaces that may be exposed to an application.
using AllowedInterfaces = std::set<std::string>;
« no previous file with comments | « mojo/shell/application_manager_unittest.cc ('k') | mojo/shell/capability_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698