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

Side by Side Diff: shell/application_manager/application_manager.h

Issue 1394303004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 3). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_2-x-no_public_1
Patch Set: Created 5 years, 2 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 unified diff | Download patch
« no previous file with comments | « shell/application_manager/BUILD.gn ('k') | shell/application_manager/network_fetcher.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef SHELL_APPLICATION_MANAGER_APPLICATION_MANAGER_H_ 5 #ifndef SHELL_APPLICATION_MANAGER_APPLICATION_MANAGER_H_
6 #define SHELL_APPLICATION_MANAGER_APPLICATION_MANAGER_H_ 6 #define SHELL_APPLICATION_MANAGER_APPLICATION_MANAGER_H_
7 7
8 #include <map> 8 #include <map>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/memory/scoped_vector.h" 12 #include "base/memory/scoped_vector.h"
13 #include "base/memory/weak_ptr.h" 13 #include "base/memory/weak_ptr.h"
14 #include "mojo/public/cpp/bindings/interface_request.h" 14 #include "mojo/public/cpp/bindings/interface_request.h"
15 #include "mojo/public/interfaces/application/application.mojom.h" 15 #include "mojo/public/interfaces/application/application.mojom.h"
16 #include "mojo/public/interfaces/application/service_provider.mojom.h" 16 #include "mojo/public/interfaces/application/service_provider.mojom.h"
17 #include "mojo/services/network/public/interfaces/network_service.mojom.h" 17 #include "mojo/services/network/public/interfaces/network_service.mojom.h"
18 #include "mojo/services/url_response_disk_cache/public/interfaces/url_response_d isk_cache.mojom.h" 18 #include "mojo/services/url_response_disk_cache/interfaces/url_response_disk_cac he.mojom.h"
19 #include "shell/application_manager/application_loader.h" 19 #include "shell/application_manager/application_loader.h"
20 #include "shell/application_manager/identity.h" 20 #include "shell/application_manager/identity.h"
21 #include "shell/application_manager/native_application_options.h" 21 #include "shell/application_manager/native_application_options.h"
22 #include "shell/application_manager/native_runner.h" 22 #include "shell/application_manager/native_runner.h"
23 #include "shell/native_application_support.h" 23 #include "shell/native_application_support.h"
24 #include "url/gurl.h" 24 #include "url/gurl.h"
25 25
26 namespace base { 26 namespace base {
27 class FilePath; 27 class FilePath;
28 class SequencedWorkerPool; 28 class SequencedWorkerPool;
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 ScopedVector<NativeRunner> native_runners_; 247 ScopedVector<NativeRunner> native_runners_;
248 bool initialized_authentication_interceptor_; 248 bool initialized_authentication_interceptor_;
249 base::WeakPtrFactory<ApplicationManager> weak_ptr_factory_; 249 base::WeakPtrFactory<ApplicationManager> weak_ptr_factory_;
250 250
251 DISALLOW_COPY_AND_ASSIGN(ApplicationManager); 251 DISALLOW_COPY_AND_ASSIGN(ApplicationManager);
252 }; 252 };
253 253
254 } // namespace shell 254 } // namespace shell
255 255
256 #endif // SHELL_APPLICATION_MANAGER_APPLICATION_MANAGER_H_ 256 #endif // SHELL_APPLICATION_MANAGER_APPLICATION_MANAGER_H_
OLDNEW
« no previous file with comments | « shell/application_manager/BUILD.gn ('k') | shell/application_manager/network_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698