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

Side by Side Diff: components/mus/ws/transient_windows_unittest.cc

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 4 years, 11 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
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 "base/macros.h"
5 #include "base/strings/string_number_conversions.h" 6 #include "base/strings/string_number_conversions.h"
6 #include "components/mus/ws/server_window.h" 7 #include "components/mus/ws/server_window.h"
7 #include "components/mus/ws/server_window_observer.h" 8 #include "components/mus/ws/server_window_observer.h"
8 #include "components/mus/ws/test_server_window_delegate.h" 9 #include "components/mus/ws/test_server_window_delegate.h"
9 #include "testing/gtest/include/gtest/gtest.h" 10 #include "testing/gtest/include/gtest/gtest.h"
10 11
11 namespace mus { 12 namespace mus {
12 namespace ws { 13 namespace ws {
13 14
14 namespace { 15 namespace {
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 333
333 parent->RemoveTransientWindow(w1.get()); 334 parent->RemoveTransientWindow(w1.get());
334 EXPECT_EQ(1, test_observer.add_count()); 335 EXPECT_EQ(1, test_observer.add_count());
335 EXPECT_EQ(1, test_observer.remove_count()); 336 EXPECT_EQ(1, test_observer.remove_count());
336 337
337 parent->RemoveObserver(&test_observer); 338 parent->RemoveObserver(&test_observer);
338 } 339 }
339 340
340 } // namespace ws 341 } // namespace ws
341 } // namespace mus 342 } // namespace mus
OLDNEW
« no previous file with comments | « components/mus/ws/test_server_window_delegate.h ('k') | components/mus/ws/window_manager_access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698