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

Side by Side Diff: remoting/client/client_util_unittest.cc

Issue 3176026: FBTF: Remove unneeded headers from base/ (part 7) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « remoting/base/protocol_util.cc ('k') | remoting/client/plugin/chromoting_plugin_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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/logging.h"
6 #include "base/scoped_ptr.h" 5 #include "base/scoped_ptr.h"
7 #include "remoting/client/client_config.h" 6 #include "remoting/client/client_config.h"
8 #include "remoting/client/client_util.h" 7 #include "remoting/client/client_util.h"
9 #include "testing/gtest/include/gtest/gtest.h" 8 #include "testing/gtest/include/gtest/gtest.h"
10 9
11 namespace remoting { 10 namespace remoting {
12 11
13 // TODO(ajwong): Fill this out. 12 // TODO(ajwong): Fill this out.
14 class ClientUtilTest : public testing::Test { 13 class ClientUtilTest : public testing::Test {
15 protected: 14 protected:
16 virtual void SetUp() { 15 virtual void SetUp() {
17 } 16 }
18 }; 17 };
19 18
20 } // namespace remoting 19 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/base/protocol_util.cc ('k') | remoting/client/plugin/chromoting_plugin_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698