Chromium Code Reviews

Unified Diff: sync/engine/net/url_translator.cc

Issue 1181713004: Remove base/port.h includes that are not necessary anymore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: sync/engine/net/url_translator.cc
diff --git a/sync/engine/net/url_translator.cc b/sync/engine/net/url_translator.cc
index e9cae5a183b0fde1fa354f6174714147438be4de..285053af10f70782c121b7da13366d0cfc08ce82 100644
--- a/sync/engine/net/url_translator.cc
+++ b/sync/engine/net/url_translator.cc
@@ -8,7 +8,6 @@
#include "sync/engine/net/url_translator.h"
#include "base/basictypes.h"
-#include "base/port.h"
#include "net/base/escape.h"
using std::string;

Powered by Google App Engine