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

Side by Side Diff: base/test/test_util.h

Issue 7212008: Revert 89664 - Cleanup in base/test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 | « base/test/scoped_locale.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 BASE_TEST_TEST_UTIL_H_ 5 #ifndef BASE_TEST_TEST_UTIL_H_
6 #define BASE_TEST_TEST_UTIL_H_ 6 #define BASE_TEST_TEST_UTIL_H_
7 #pragma once 7 #pragma once
8 8
9 // Generic utilities used only by tests. 9 // Generic utilities used only by tests.
10 10
(...skipping 21 matching lines...) Expand all
32 std::string old_locale_; 32 std::string old_locale_;
33 33
34 DISALLOW_COPY_AND_ASSIGN(ScopedSetLocale); 34 DISALLOW_COPY_AND_ASSIGN(ScopedSetLocale);
35 }; 35 };
36 36
37 #endif 37 #endif
38 38
39 } // namespace base 39 } // namespace base
40 40
41 #endif // BASE_TEST_TEST_UTIL_H_ 41 #endif // BASE_TEST_TEST_UTIL_H_
OLDNEW
« no previous file with comments | « base/test/scoped_locale.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698