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

Unified Diff: components/proxy_config/proxy_prefs.cc

Issue 1221033002: Add proxy_config component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update copyrights Created 5 years, 6 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 | « components/proxy_config/proxy_prefs.h ('k') | components/proxy_config/proxy_prefs_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proxy_config/proxy_prefs.cc
diff --git a/chrome/browser/prefs/proxy_prefs.cc b/components/proxy_config/proxy_prefs.cc
similarity index 97%
rename from chrome/browser/prefs/proxy_prefs.cc
rename to components/proxy_config/proxy_prefs.cc
index 04785ec2de6be4132e231251f2ca9c9fcfccb88f..215a45132b3ff13b550939155fe63862aec945f2 100644
--- a/chrome/browser/prefs/proxy_prefs.cc
+++ b/components/proxy_config/proxy_prefs.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/prefs/proxy_prefs.h"
+#include "components/proxy_config/proxy_prefs.h"
#include "base/basictypes.h"
#include "base/logging.h"
« no previous file with comments | « components/proxy_config/proxy_prefs.h ('k') | components/proxy_config/proxy_prefs_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698