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

Unified Diff: chromeos/network/device_state.cc

Issue 2819993002: [CrOS Tether] Add the notion of a tether DeviceState. (Closed)
Patch Set: Rebased. Created 3 years, 8 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
Index: chromeos/network/device_state.cc
diff --git a/chromeos/network/device_state.cc b/chromeos/network/device_state.cc
index 9f69f60ba2b7eb7cbda761504d82b075ff9751be..7200ffcfd8db2c58238e3d912cde505e9212961f 100644
--- a/chromeos/network/device_state.cc
+++ b/chromeos/network/device_state.cc
@@ -9,6 +9,7 @@
#include "base/strings/stringprintf.h"
#include "chromeos/network/network_event_log.h"
#include "chromeos/network/shill_property_util.h"
+#include "chromeos/network/tether_constants.h"
Ryan Hansberry 2017/04/20 01:38:35 Is this include necessary?
Kyle Horimoto 2017/04/20 02:16:07 Done.
#include "third_party/cros_system_api/dbus/service_constants.h"
namespace chromeos {

Powered by Google App Engine
This is Rietveld 408576698