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

Unified Diff: chromeos/network/managed_network_configuration_handler.cc

Issue 13454006: Moving ManagedNetworkConfigurationHandler to chromeos/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved CreateUIData from ONC. Created 7 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/managed_network_configuration_handler.cc
diff --git a/chrome/browser/chromeos/net/managed_network_configuration_handler.cc b/chromeos/network/managed_network_configuration_handler.cc
similarity index 98%
rename from chrome/browser/chromeos/net/managed_network_configuration_handler.cc
rename to chromeos/network/managed_network_configuration_handler.cc
index 297265cf3ef139249084560b5c040b7e2fc14725..c88a15e79e1e0d41a9beed1154667f1a5e2a645e 100644
--- a/chrome/browser/chromeos/net/managed_network_configuration_handler.cc
+++ b/chromeos/network/managed_network_configuration_handler.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/net/managed_network_configuration_handler.h"
+#include "chromeos/network/managed_network_configuration_handler.h"
#include <string>
#include <vector>

Powered by Google App Engine
This is Rietveld 408576698