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

Unified Diff: chrome/browser/sync/notifier/listener/mediator_thread_impl.h

Issue 338037: linux: fix gcc 4.3 issues (for arm) (Closed)
Patch Set: Created 11 years, 2 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
Index: chrome/browser/sync/notifier/listener/mediator_thread_impl.h
diff --git a/chrome/browser/sync/notifier/listener/mediator_thread_impl.h b/chrome/browser/sync/notifier/listener/mediator_thread_impl.h
index ecd7533fac5a8b60e4d2689060518fb861fccb51..a31da537a64744c2bd8b97b5d53dd364f8dad932 100644
--- a/chrome/browser/sync/notifier/listener/mediator_thread_impl.h
+++ b/chrome/browser/sync/notifier/listener/mediator_thread_impl.h
@@ -33,11 +33,11 @@ class TaskPump;
} // namespace notifier
namespace buzz {
-class buzz::XmppClient;
+class XmppClient;
} // namespace buzz
namespace talk_base {
-class talk_base::SocketServer;
+class SocketServer;
} // namespace talk_base
namespace browser_sync {

Powered by Google App Engine
This is Rietveld 408576698