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

Side by Side Diff: remoting/test/chromoting_test_fixture.h

Issue 1542203002: Switch to standard integer types in remoting/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-remoting-host
Patch Set: Created 4 years, 12 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 #ifndef REMOTING_TEST_CHROMOTING_TEST_FIXTURE_H_ 5 #ifndef REMOTING_TEST_CHROMOTING_TEST_FIXTURE_H_
6 #define REMOTING_TEST_CHROMOTING_TEST_FIXTURE_H_ 6 #define REMOTING_TEST_CHROMOTING_TEST_FIXTURE_H_
7 7
8 #include "base/macros.h"
8 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
9 #include "base/threading/thread_checker.h" 10 #include "base/threading/thread_checker.h"
10 #include "testing/gtest/include/gtest/gtest.h" 11 #include "testing/gtest/include/gtest/gtest.h"
11 12
12 namespace base { 13 namespace base {
13 class RunLoop; 14 class RunLoop;
14 class Timer; 15 class Timer;
15 } 16 }
16 17
17 namespace remoting { 18 namespace remoting {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 57
57 base::ThreadChecker thread_checker_; 58 base::ThreadChecker thread_checker_;
58 59
59 DISALLOW_COPY_AND_ASSIGN(ChromotingTestFixture); 60 DISALLOW_COPY_AND_ASSIGN(ChromotingTestFixture);
60 }; 61 };
61 62
62 } // namespace test 63 } // namespace test
63 } // namespace remoting 64 } // namespace remoting
64 65
65 #endif // REMOTING_TEST_CHROMOTING_TEST_FIXTURE_H_ 66 #endif // REMOTING_TEST_CHROMOTING_TEST_FIXTURE_H_
OLDNEW
« no previous file with comments | « remoting/test/chromoting_test_driver_environment_unittest.cc ('k') | remoting/test/connection_time_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698