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

Unified Diff: sync/notifier/invalidation_handler.cc

Issue 377413003: Remove most remaining sync/notifier dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix win compile Created 6 years, 5 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 | « sync/notifier/invalidation_handler.h ('k') | sync/notifier/invalidator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/invalidation_handler.cc
diff --git a/sync/engine/model_type_sync_worker.cc b/sync/notifier/invalidation_handler.cc
similarity index 60%
copy from sync/engine/model_type_sync_worker.cc
copy to sync/notifier/invalidation_handler.cc
index 6037a527f4e200674a0fad2c62db87d1b4d4be7e..8ec94402a7ee0b5b5e3a365bccf569992ae4c324 100644
--- a/sync/engine/model_type_sync_worker.cc
+++ b/sync/notifier/invalidation_handler.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/engine/model_type_sync_worker.h"
+#include "sync/notifier/invalidation_handler.h"
namespace syncer {
-ModelTypeSyncWorker::ModelTypeSyncWorker() {
+InvalidationHandler::InvalidationHandler() {
}
-ModelTypeSyncWorker::~ModelTypeSyncWorker() {
+InvalidationHandler::~InvalidationHandler() {
}
} // namespace syncer
« no previous file with comments | « sync/notifier/invalidation_handler.h ('k') | sync/notifier/invalidator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698