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

Unified Diff: components/proxy_config/proxy_prefs_unittest.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.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proxy_config/proxy_prefs_unittest.cc
diff --git a/chrome/browser/prefs/proxy_prefs_unittest.cc b/components/proxy_config/proxy_prefs_unittest.cc
similarity index 97%
rename from chrome/browser/prefs/proxy_prefs_unittest.cc
rename to components/proxy_config/proxy_prefs_unittest.cc
index 63b8ea333d199c8486c2d6af22ad18ba21dd6179..fa9288a6715ecbc7f509c0ae28820cd6b8d4db4b 100644
--- a/chrome/browser/prefs/proxy_prefs_unittest.cc
+++ b/components/proxy_config/proxy_prefs_unittest.cc
@@ -5,7 +5,7 @@
#include <string>
#include "base/values.h"
-#include "chrome/browser/prefs/proxy_prefs.h"
+#include "components/proxy_config/proxy_prefs.h"
#include "testing/gtest/include/gtest/gtest.h"
TEST(ProxyPrefsTest, StringToProxyMode) {
« no previous file with comments | « components/proxy_config/proxy_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698