| 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_
|
|
|