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

Unified Diff: chromeos/network/sms_watcher.h

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/network_util_unittest.cc ('k') | chromeos/network/sms_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/sms_watcher.h
diff --git a/chrome/browser/chromeos/cros/sms_watcher.h b/chromeos/network/sms_watcher.h
similarity index 86%
rename from chrome/browser/chromeos/cros/sms_watcher.h
rename to chromeos/network/sms_watcher.h
index c457c115b8acc907a0c112cbf9c6e563947a9a50..6e2bc27a7a2387cf25809ba4f3821ec783569a55 100644
--- a/chrome/browser/chromeos/cros/sms_watcher.h
+++ b/chromeos/network/sms_watcher.h
@@ -2,15 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROMEOS_CROS_SMS_WATCHER_H_
-#define CHROME_BROWSER_CHROMEOS_CROS_SMS_WATCHER_H_
+#ifndef CHROMEOS_NETWORK_SMS_WATCHER_H_
+#define CHROMEOS_NETWORK_SMS_WATCHER_H_
#include <string>
#include <vector>
#include "base/memory/weak_ptr.h"
-#include "chrome/browser/chromeos/cros/cros_network_functions.h"
+#include "chromeos/chromeos_export.h"
#include "chromeos/dbus/dbus_method_call_status.h"
+#include "chromeos/network/cros_network_functions.h"
#include "dbus/object_path.h"
namespace base {
@@ -22,7 +23,7 @@ class DictionaryValue;
namespace chromeos {
// Class to watch sms without Libcros.
-class SMSWatcher : public CrosNetworkWatcher {
+class CHROMEOS_EXPORT SMSWatcher : public CrosNetworkWatcher {
public:
// Dictionary key constants.
static const char kNumberKey[];
@@ -64,4 +65,4 @@ class SMSWatcher : public CrosNetworkWatcher {
} // namespace
-#endif // CHROME_BROWSER_CHROMEOS_CROS_SMS_WATCHER_H_
+#endif // CHROMEOS_NETWORK_SMS_WATCHER_H_
« no previous file with comments | « chromeos/network/network_util_unittest.cc ('k') | chromeos/network/sms_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698