summaryrefslogtreecommitdiffstats
path: root/sync/engine/net/server_connection_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/net/server_connection_manager.cc')
-rw-r--r--sync/engine/net/server_connection_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/engine/net/server_connection_manager.cc b/sync/engine/net/server_connection_manager.cc
index 5cac362..a60e3a9 100644
--- a/sync/engine/net/server_connection_manager.cc
+++ b/sync/engine/net/server_connection_manager.cc
@@ -12,13 +12,13 @@
#include "base/metrics/histogram.h"
#include "build/build_config.h"
-#include "googleurl/src/gurl.h"
#include "net/base/net_errors.h"
#include "net/http/http_status_code.h"
#include "sync/engine/net/url_translator.h"
#include "sync/engine/syncer.h"
#include "sync/protocol/sync.pb.h"
#include "sync/syncable/directory.h"
+#include "url/gurl.h"
namespace syncer {