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

Unified Diff: chromeos/dbus/fake_shill_manager_client.cc

Issue 2364703002: Add network throttling as an enterprise policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add network bandwidth throttling as an enterprise policy Created 4 years, 2 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/dbus/fake_shill_manager_client.cc
diff --git a/chromeos/dbus/fake_shill_manager_client.cc b/chromeos/dbus/fake_shill_manager_client.cc
index 5be945b1685f54bdd228a944d5a7f6dadab4db1b..84bd5c1499a03c4caf4f488fac23dd720ab54a88 100644
--- a/chromeos/dbus/fake_shill_manager_client.cc
+++ b/chromeos/dbus/fake_shill_manager_client.cc
@@ -6,6 +6,10 @@
#include <stddef.h>
+#include <map>
+#include <memory>
Andrew T Wilson (Slow) 2016/10/21 13:27:30 Why are these needed?
+#include <vector>
+
#include "base/bind.h"
#include "base/command_line.h"
#include "base/location.h"

Powered by Google App Engine
This is Rietveld 408576698