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

Unified Diff: chrome/browser/sync/notifier/server_notifier_thread.h

Issue 2802015: Massively simplify the NetworkChangeNotifier infrastructure:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/server_notifier_thread.h
===================================================================
--- chrome/browser/sync/notifier/server_notifier_thread.h (revision 50775)
+++ chrome/browser/sync/notifier/server_notifier_thread.h (working copy)
@@ -20,10 +20,6 @@
#include "chrome/common/net/notifier/listener/mediator_thread_impl.h"
#include "google/cacheinvalidation/invalidation-client.h"
-namespace chrome_common_net {
-class NetworkChangeNotifierThread;
-} // namespace chrome_common_net
-
namespace sync_notifier {
class ChromeInvalidationClient;
@@ -32,9 +28,7 @@
: public notifier::MediatorThreadImpl,
public invalidation::InvalidationListener {
public:
- explicit ServerNotifierThread(
- chrome_common_net::NetworkChangeNotifierThread*
- network_change_notifier_thread);
+ ServerNotifierThread();
virtual ~ServerNotifierThread();
Property changes on: chrome/browser/sync/notifier/server_notifier_thread.h
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698