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

Side by Side Diff: mojo/package_manager/package_manager_impl.h

Issue 1543603002: Switch to standard integer types in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 MOJO_PACKAGE_MANAGER_PACKAGE_MANAGER_IMPL_H_ 5 #ifndef MOJO_PACKAGE_MANAGER_PACKAGE_MANAGER_IMPL_H_
6 #define MOJO_PACKAGE_MANAGER_PACKAGE_MANAGER_IMPL_H_ 6 #define MOJO_PACKAGE_MANAGER_PACKAGE_MANAGER_IMPL_H_
7 7
8 #include <stdint.h>
9
8 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
11 #include "base/macros.h"
9 #include "mojo/fetcher/url_resolver.h" 12 #include "mojo/fetcher/url_resolver.h"
10 #include "mojo/services/network/public/interfaces/network_service.mojom.h" 13 #include "mojo/services/network/public/interfaces/network_service.mojom.h"
11 #include "mojo/services/network/public/interfaces/url_loader_factory.mojom.h" 14 #include "mojo/services/network/public/interfaces/url_loader_factory.mojom.h"
12 #include "mojo/shell/package_manager.h" 15 #include "mojo/shell/package_manager.h"
13 16
14 namespace base { 17 namespace base {
15 class TaskRunner; 18 class TaskRunner;
16 } 19 }
17 20
18 namespace mojo { 21 namespace mojo {
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 base::TaskRunner* task_runner_; 104 base::TaskRunner* task_runner_;
102 base::FilePath shell_file_root_; 105 base::FilePath shell_file_root_;
103 106
104 DISALLOW_COPY_AND_ASSIGN(PackageManagerImpl); 107 DISALLOW_COPY_AND_ASSIGN(PackageManagerImpl);
105 }; 108 };
106 109
107 } // namespace package_manager 110 } // namespace package_manager
108 } // namespace mojo 111 } // namespace mojo
109 112
110 #endif // MOJO_PACKAGE_MANAGER_PACKAGE_MANAGER_IMPL_H_ 113 #endif // MOJO_PACKAGE_MANAGER_PACKAGE_MANAGER_IMPL_H_
OLDNEW
« no previous file with comments | « mojo/package_manager/content_handler_unittest.cc ('k') | mojo/package_manager/package_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698