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

Unified Diff: chromeos/network/sms_watcher.cc

Issue 11756002: Move cros_network_functions.cc to src/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clang fixes Created 7 years, 12 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 | « chromeos/network/sms_watcher.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/sms_watcher.cc
diff --git a/chrome/browser/chromeos/cros/sms_watcher.cc b/chromeos/network/sms_watcher.cc
similarity index 99%
rename from chrome/browser/chromeos/cros/sms_watcher.cc
rename to chromeos/network/sms_watcher.cc
index c5a43356820de7070f032ab55de1c5a875f68b1c..ee3127ef09ac118cec4d52e51d57eeeaa58ff697 100644
--- a/chrome/browser/chromeos/cros/sms_watcher.cc
+++ b/chromeos/network/sms_watcher.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/cros/sms_watcher.h"
+#include "chromeos/network/sms_watcher.h"
#include <algorithm>
#include <deque>
@@ -12,9 +12,9 @@
#include "base/bind.h"
#include "base/values.h"
#include "chromeos/dbus/dbus_thread_manager.h"
-#include "chromeos/dbus/shill_device_client.h"
#include "chromeos/dbus/gsm_sms_client.h"
#include "chromeos/dbus/modem_messaging_client.h"
+#include "chromeos/dbus/shill_device_client.h"
#include "chromeos/dbus/sms_client.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
« no previous file with comments | « chromeos/network/sms_watcher.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698