Index: sync/notifier/invalidator.cc |
diff --git a/sync/notifier/invalidator.cc b/sync/notifier/invalidator.cc |
deleted file mode 100644 |
index 5508b89a246556e4d32c185d18ea4d6665299c08..0000000000000000000000000000000000000000 |
--- a/sync/notifier/invalidator.cc |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-// Copyright 2014 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#include "sync/notifier/invalidator.h" |
- |
-namespace syncer { |
- |
-Invalidator::Invalidator() { |
-} |
- |
-Invalidator::~Invalidator() { |
-} |
- |
-} // namespace syncer |