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

Side by Side Diff: chrome/app/breakpad_field_trial_win.h

Issue 16320010: Use a direct include of strings headers in chrome/app/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | chrome/app/breakpad_field_trial_win.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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CHROME_APP_BREAKPAD_FIELD_TRIAL_WIN_H_ 5 #ifndef CHROME_APP_BREAKPAD_FIELD_TRIAL_WIN_H_
6 #define CHROME_APP_BREAKPAD_FIELD_TRIAL_WIN_H_ 6 #define CHROME_APP_BREAKPAD_FIELD_TRIAL_WIN_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/string16.h" 10 #include "base/strings/string16.h"
11 11
12 namespace testing { 12 namespace testing {
13 13
14 // Sets the breakpad experiment chunks for testing. |chunks| is the list of 14 // Sets the breakpad experiment chunks for testing. |chunks| is the list of
15 // values to set, where each entry may contain multiple experiment tuples, with 15 // values to set, where each entry may contain multiple experiment tuples, with
16 // the total number of experiments indicated by |experiments_chunks|. 16 // the total number of experiments indicated by |experiments_chunks|.
17 void SetExperimentChunks(const std::vector<string16>& chunks, 17 void SetExperimentChunks(const std::vector<string16>& chunks,
18 size_t experiments_count); 18 size_t experiments_count);
19 19
20 } // namespace testing 20 } // namespace testing
21 21
22 #endif // CHROME_APP_BREAKPAD_FIELD_TRIAL_WIN_H_ 22 #endif // CHROME_APP_BREAKPAD_FIELD_TRIAL_WIN_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/app/breakpad_field_trial_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698