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

Unified Diff: net/base/keygen_handler.h

Issue 6362186595172352: net: Migrate from googleurl/ includes to url/ ones. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase and revert nss_ocsp.cc changes Created 7 years, 5 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 | « net/base/host_port_pair.cc ('k') | net/base/mime_sniffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/keygen_handler.h
diff --git a/net/base/keygen_handler.h b/net/base/keygen_handler.h
index a6e822c08cfe7681dc855e097a01f1474074b07a..4895dacb57e655d4e26360d761483fbe5cc15e1f 100644
--- a/net/base/keygen_handler.h
+++ b/net/base/keygen_handler.h
@@ -9,8 +9,8 @@
#include "base/memory/scoped_ptr.h"
#include "build/build_config.h"
-#include "googleurl/src/gurl.h"
#include "net/base/net_export.h"
+#include "url/gurl.h"
#if defined(USE_NSS)
#include "crypto/crypto_module_blocking_password_delegate.h"
« no previous file with comments | « net/base/host_port_pair.cc ('k') | net/base/mime_sniffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698