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

Unified Diff: chrome/common/net/url_util.cc

Issue 10384086: Moved url_utils from chrome/browser/net to chrome/common/net. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « chrome/common/net/url_util.h ('k') | chrome/common/net/url_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/url_util.cc
diff --git a/chrome/browser/net/browser_url_util.cc b/chrome/common/net/url_util.cc
similarity index 96%
rename from chrome/browser/net/browser_url_util.cc
rename to chrome/common/net/url_util.cc
index a21625b5ff88895aa9c4b5756458c9ec1df9aa38..c72c2087abf9ae2f1e65821e146f2fe920ce8da1 100644
--- a/chrome/browser/net/browser_url_util.cc
+++ b/chrome/common/net/url_util.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/net/browser_url_util.h"
+#include "chrome/common/net/url_util.h"
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
@@ -13,7 +13,7 @@
#include "net/base/net_util.h"
#include "ui/base/clipboard/scoped_clipboard_writer.h"
-namespace chrome_browser_net {
+namespace chrome_common_net {
void WriteURLToClipboard(const GURL& url,
const std::string& languages,
@@ -91,4 +91,4 @@ GURL AppendOrReplaceQueryParameter(const GURL& url,
return url.ReplaceComponents(replacements);
}
-} // namespace chrome_browser_net
+} // namespace chrome_common_net
« no previous file with comments | « chrome/common/net/url_util.h ('k') | chrome/common/net/url_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698