Index: chrome/browser/sync/engine/syncapi.h |
diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h |
index eebe37b6e69ed391ff038eae6c24d44c6e10f9f2..291ca87af723a18889cb3377c13e9444d393624b 100644 |
--- a/chrome/browser/sync/engine/syncapi.h |
+++ b/chrome/browser/sync/engine/syncapi.h |
@@ -65,10 +65,6 @@ struct SyncSessionSnapshot; |
} |
} |
-namespace notifier { |
-struct NotifierOptions; |
-} |
- |
// Forward declarations of internal class types so that sync API objects |
// may have opaque pointers to these types. |
namespace syncable { |
@@ -853,7 +849,6 @@ class SyncManager { |
browser_sync::ModelSafeWorkerRegistrar* registrar, |
const char* user_agent, |
const SyncCredentials& credentials, |
- const notifier::NotifierOptions& notifier_options, |
const std::string& restored_key_for_bootstrapping, |
bool setup_for_test_mode); |