Index: chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_job_observer.cc |
diff --git a/chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_job_observer.cc b/chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_job_observer.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..13ab1aeef44c4669d1e17b4a842146a6a3c1106f |
--- /dev/null |
+++ b/chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_job_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_job_observer.h" |
+ |
+ChromeToMobileReceiveJobObserver::ChromeToMobileReceiveJobObserver() { |
+} |
+ |
+ChromeToMobileReceiveJobObserver::~ChromeToMobileReceiveJobObserver() { |
+} |
+ |