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

Unified Diff: content/common/np_channel_base.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/browser/renderer_host/mock_render_process_host.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/np_channel_base.h
diff --git a/content/common/np_channel_base.h b/content/common/np_channel_base.h
index d02e9c65e2f0a5bf4502b6fb0f64ab9c51c9fb01..04595feb54860bd47d4939fa5e902ca96ebe933f 100644
--- a/content/common/np_channel_base.h
+++ b/content/common/np_channel_base.h
@@ -23,7 +23,7 @@ class MessageLoopProxy;
}
#if defined(COMPILER_GCC)
-namespace __gnu_cxx {
+namespace BASE_HASH_NAMESPACE {
template<>
struct hash<NPObject*> {
« no previous file with comments | « content/browser/renderer_host/mock_render_process_host.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698