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

Side by Side Diff: content/zygote/zygote_linux.h

Issue 16667019: Rename base/hash_tables to base/containers/hash_tables. (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 | « content/renderer/websharedworkerrepository_impl.h ('k') | content/zygote/zygote_main_linux.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 CONTENT_ZYGOTE_ZYGOTE_H_ 5 #ifndef CONTENT_ZYGOTE_ZYGOTE_H_
6 #define CONTENT_ZYGOTE_ZYGOTE_H_ 6 #define CONTENT_ZYGOTE_ZYGOTE_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/hash_tables.h" 11 #include "base/containers/hash_tables.h"
12 #include "base/process.h" 12 #include "base/process.h"
13 13
14 class Pickle; 14 class Pickle;
15 class PickleIterator; 15 class PickleIterator;
16 16
17 namespace content { 17 namespace content {
18 18
19 class ZygoteForkDelegate; 19 class ZygoteForkDelegate;
20 20
21 // This is the object which implements the zygote. The ZygoteMain function, 21 // This is the object which implements the zygote. The ZygoteMain function,
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 // These might be set by helper_->InitialUMA. They supply a UMA enumeration 96 // These might be set by helper_->InitialUMA. They supply a UMA enumeration
97 // sample we should report on the first fork. 97 // sample we should report on the first fork.
98 std::string initial_uma_name_; 98 std::string initial_uma_name_;
99 int initial_uma_sample_; 99 int initial_uma_sample_;
100 int initial_uma_boundary_value_; 100 int initial_uma_boundary_value_;
101 }; 101 };
102 102
103 } // namespace content 103 } // namespace content
104 104
105 #endif // CONTENT_ZYGOTE_ZYGOTE_H_ 105 #endif // CONTENT_ZYGOTE_ZYGOTE_H_
OLDNEW
« no previous file with comments | « content/renderer/websharedworkerrepository_impl.h ('k') | content/zygote/zygote_main_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698