Index: chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_service_observer.cc |
diff --git a/chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_service_observer.cc b/chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_service_observer.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0a204461d9c2b617cf43a7ea32a52fc5696173e2 |
--- /dev/null |
+++ b/chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_service_observer.cc |
@@ -0,0 +1,12 @@ |
+// Copyright 2012 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 "chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_service_observer.h" |
+ |
+ChromeToMobileReceiveServiceObserver::ChromeToMobileReceiveServiceObserver() { |
+} |
+ |
+ChromeToMobileReceiveServiceObserver::~ChromeToMobileReceiveServiceObserver() { |
+} |
+ |