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

Unified Diff: components/policy/core/browser/proxy_policy_handler.cc

Issue 1384463002: Componentize proxy_policy_handler from chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and updated Created 5 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: components/policy/core/browser/proxy_policy_handler.cc
diff --git a/chrome/browser/net/proxy_policy_handler.cc b/components/policy/core/browser/proxy_policy_handler.cc
similarity index 99%
rename from chrome/browser/net/proxy_policy_handler.cc
rename to components/policy/core/browser/proxy_policy_handler.cc
index 591fc2a0f43d134fad85b05b4656627d639ca439..cc67de3c23d4ace9d99dac2904fcf0257f273605 100644
--- a/chrome/browser/net/proxy_policy_handler.cc
+++ b/components/policy/core/browser/proxy_policy_handler.cc
@@ -2,13 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/net/proxy_policy_handler.h"
+#include "components/policy/core/browser/proxy_policy_handler.h"
#include "base/logging.h"
#include "base/prefs/pref_value_map.h"
#include "base/strings/string_number_conversions.h"
#include "base/values.h"
-#include "chrome/common/pref_names.h"
#include "components/policy/core/browser/configuration_policy_handler.h"
#include "components/policy/core/browser/policy_error_map.h"
#include "components/policy/core/common/policy_map.h"
« no previous file with comments | « components/policy/core/browser/proxy_policy_handler.h ('k') | components/policy/core/browser/proxy_policy_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698