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

Unified Diff: content/public/browser/browser_context.h

Issue 9271028: android build: progress on content and libjingle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: simplify conditional to make work on non-Android Created 8 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/browser_context.h
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
index 30e46b14e4649e45b1c282ffbac4b928d4839c91..8b8aadab30101cd36ba16a699e0a21d12bc8124c 100644
--- a/content/public/browser/browser_context.h
+++ b/content/public/browser/browser_context.h
@@ -106,8 +106,8 @@ class BrowserContext {
} // namespace content
-#if defined(COMPILER_GCC) && !defined(OS_ANDROID)
-namespace __gnu_cxx {
+#if defined(COMPILER_GCC)
+namespace BASE_HASH_NAMESPACE {
template<>
struct hash<content::BrowserContext*> {
@@ -116,7 +116,7 @@ struct hash<content::BrowserContext*> {
}
};
-} // namespace __gnu_cxx
+} // namespace BASE_HASH_NAMESPACE
#endif
#endif // CONTENT_PUBLIC_BROWSER_BROWSER_CONTEXT_H_
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698