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

Side by Side Diff: base/hash_tables.h

Issue 10695133: Improve GPU process URL crash reporting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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) 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 5
6 // 6 //
7 // Deal with the differences between Microsoft and GNU implemenations 7 // Deal with the differences between Microsoft and GNU implemenations
8 // of hash_map. Allows all platforms to use |base::hash_map| and 8 // of hash_map. Allows all platforms to use |base::hash_map| and
9 // |base::hash_set|. 9 // |base::hash_set|.
10 // eg: 10 // eg:
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 108
109 } // namespace BASE_HASH_NAMESPACE 109 } // namespace BASE_HASH_NAMESPACE
110 110
111 #else // COMPILER 111 #else // COMPILER
112 #error define BASE_HASH_NAMESPACE for your compiler 112 #error define BASE_HASH_NAMESPACE for your compiler
113 #endif // COMPILER 113 #endif // COMPILER
114 114
115 namespace base { 115 namespace base {
116 using BASE_HASH_NAMESPACE::hash_map; 116 using BASE_HASH_NAMESPACE::hash_map;
117 using BASE_HASH_NAMESPACE::hash_set; 117 using BASE_HASH_NAMESPACE::hash_set;
118 using BASE_HASH_NAMESPACE::hash;
118 } 119 }
119 120
120 #endif // BASE_HASH_TABLES_H_ 121 #endif // BASE_HASH_TABLES_H_
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/image_transport_factory.cc » ('j') | content/common/gpu/gpu_command_buffer_stub.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698