| // Copyright 2016 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| #ifndef SERVICES_FILES_FILES_APP_H_ |
| #define SERVICES_FILES_FILES_APP_H_ |
| #include "mojo/public/cpp/application/application_delegate.h" |
| #include "mojo/public/cpp/application/service_provider_impl.h" |
| class FilesApp : public ApplicationDelegate { |
| // |ApplicationDelegate| override: |
| bool ConfigureIncomingConnection( |
| ServiceProviderImpl* service_provider_impl) override; |
| DISALLOW_COPY_AND_ASSIGN(FilesApp); |
| #endif // SERVICES_FILES_FILES_APP_H_ |