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

Side by Side Diff: mojo/shell/capability_filter_test.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 "mojo/shell/capability_filter_test.h" 5 #include "mojo/shell/capability_filter_test.h"
6 6
7 #include <utility> 7 #include <utility>
8 8
9 #include "base/macros.h"
9 #include "base/stl_util.h" 10 #include "base/stl_util.h"
10 #include "base/strings/stringprintf.h" 11 #include "base/strings/stringprintf.h"
11 #include "mojo/application/public/cpp/application_connection.h" 12 #include "mojo/application/public/cpp/application_connection.h"
12 #include "mojo/application/public/cpp/application_impl.h" 13 #include "mojo/application/public/cpp/application_impl.h"
13 #include "mojo/application/public/cpp/connect.h" 14 #include "mojo/application/public/cpp/connect.h"
14 #include "mojo/application/public/cpp/interface_factory.h" 15 #include "mojo/application/public/cpp/interface_factory.h"
15 #include "mojo/application/public/cpp/service_provider_impl.h" 16 #include "mojo/application/public/cpp/service_provider_impl.h"
16 #include "mojo/common/weak_binding_set.h" 17 #include "mojo/common/weak_binding_set.h"
17 #include "mojo/public/cpp/bindings/strong_binding.h" 18 #include "mojo/public/cpp/bindings/strong_binding.h"
18 #include "mojo/shell/application_loader.h" 19 #include "mojo/shell/application_loader.h"
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 void CapabilityFilterTest::RunTest() { 320 void CapabilityFilterTest::RunTest() {
320 loop()->Run(); 321 loop()->Run();
321 EXPECT_TRUE(validator_->expectations_met()); 322 EXPECT_TRUE(validator_->expectations_met());
322 if (!validator_->expectations_met()) 323 if (!validator_->expectations_met())
323 validator_->PrintUnmetExpectations(); 324 validator_->PrintUnmetExpectations();
324 } 325 }
325 326
326 } // namespace test 327 } // namespace test
327 } // namespace shell 328 } // namespace shell
328 } // namespace mojo 329 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/shell/application_manager_apptest_target.cc ('k') | mojo/shell/capability_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698