Chromium Code Reviews| Index: content/public/browser/browser_context.h |
| diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h |
| index 3aecf1d3ea8d23aa173497a6412f31119e828b94..30e46b14e4649e45b1c282ffbac4b928d4839c91 100644 |
| --- a/content/public/browser/browser_context.h |
| +++ b/content/public/browser/browser_context.h |
| @@ -106,7 +106,7 @@ class BrowserContext { |
| } // namespace content |
| -#if defined(COMPILER_GCC) |
| +#if defined(COMPILER_GCC) && !defined(OS_ANDROID) |
| namespace __gnu_cxx { |
| template<> |