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

Side by Side Diff: mojo/package_manager/capability_filter_content_handler_unittest.cc

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 #include <stdint.h>
6
5 #include <utility> 7 #include <utility>
6 8
9 #include "base/macros.h"
7 #include "base/path_service.h" 10 #include "base/path_service.h"
8 #include "mojo/application/public/cpp/application_connection.h" 11 #include "mojo/application/public/cpp/application_connection.h"
9 #include "mojo/application/public/cpp/application_delegate.h" 12 #include "mojo/application/public/cpp/application_delegate.h"
10 #include "mojo/application/public/cpp/application_impl.h" 13 #include "mojo/application/public/cpp/application_impl.h"
11 #include "mojo/application/public/cpp/interface_factory.h" 14 #include "mojo/application/public/cpp/interface_factory.h"
12 #include "mojo/application/public/interfaces/content_handler.mojom.h" 15 #include "mojo/application/public/interfaces/content_handler.mojom.h"
13 #include "mojo/common/weak_binding_set.h" 16 #include "mojo/common/weak_binding_set.h"
14 #include "mojo/package_manager/package_manager_impl.h" 17 #include "mojo/package_manager/package_manager_impl.h"
15 #include "mojo/shell/capability_filter_test.h" 18 #include "mojo/shell/capability_filter_test.h"
16 #include "mojo/shell/fetcher.h" 19 #include "mojo/shell/fetcher.h"
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 RunBlockingTest(); 157 RunBlockingTest();
155 } 158 }
156 159
157 TEST_F(CapabilityFilterContentHandlerTest, Wildcards) { 160 TEST_F(CapabilityFilterContentHandlerTest, Wildcards) {
158 RunWildcardTest(); 161 RunWildcardTest();
159 } 162 }
160 163
161 } // namespace test 164 } // namespace test
162 } // namespace package_manager 165 } // namespace package_manager
163 } // namespace mojo 166 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/message_pump/message_pump_mojo_unittest.cc ('k') | mojo/package_manager/content_handler_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698