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

Side by Side Diff: chrome/browser/net/load_time_stats.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
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_BROWSER_NET_LOAD_TIME_STATS_H_ 5 #ifndef CHROME_BROWSER_NET_LOAD_TIME_STATS_H_
6 #define CHROME_BROWSER_NET_LOAD_TIME_STATS_H_ 6 #define CHROME_BROWSER_NET_LOAD_TIME_STATS_H_
7 7
8 #include <map> 8 #include <map>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
13 #include "base/hash_tables.h" 13 #include "base/containers/hash_tables.h"
14 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/scoped_ptr.h"
15 #include "base/message_loop.h" 15 #include "base/message_loop.h"
16 #include "base/time.h" 16 #include "base/time.h"
17 #include "chrome/browser/net/chrome_url_request_context.h" 17 #include "chrome/browser/net/chrome_url_request_context.h"
18 #include "content/public/browser/web_contents_observer.h" 18 #include "content/public/browser/web_contents_observer.h"
19 #include "content/public/browser/web_contents_user_data.h" 19 #include "content/public/browser/web_contents_user_data.h"
20 #include "net/base/network_delegate.h" 20 #include "net/base/network_delegate.h"
21 21
22 namespace base { 22 namespace base {
23 class HistogramBase; 23 class HistogramBase;
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 content::RenderViewHost* render_view_host); 148 content::RenderViewHost* render_view_host);
149 149
150 bool is_otr_profile_; 150 bool is_otr_profile_;
151 151
152 DISALLOW_COPY_AND_ASSIGN(LoadTimeStatsTabHelper); 152 DISALLOW_COPY_AND_ASSIGN(LoadTimeStatsTabHelper);
153 }; 153 };
154 154
155 } // namespace chrome_browser_net 155 } // namespace chrome_browser_net
156 156
157 #endif // CHROME_BROWSER_NET_LOAD_TIME_STATS_H_ 157 #endif // CHROME_BROWSER_NET_LOAD_TIME_STATS_H_
OLDNEW
« no previous file with comments | « chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.h ('k') | chrome/browser/parsers/metadata_parser_filebase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698