summaryrefslogtreecommitdiffstats
path: root/chromeos/timezone/timezone_resolver.cc
diff options
context:
space:
mode:
authorpneubeck <pneubeck@chromium.org>2015-02-25 01:39:55 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-25 09:40:52 +0000
commit54d39217d6ced9a3b8f025ba6bf4ab2e8588dcbc (patch)
tree17db460c644057ca816d8c41de3dc2f86b2b22ae /chromeos/timezone/timezone_resolver.cc
parent7df5c5cf5459cf393fe775a6bf508b801ef19fe1 (diff)
downloadchromium_src-54d39217d6ced9a3b8f025ba6bf4ab2e8588dcbc.zip
chromium_src-54d39217d6ced9a3b8f025ba6bf4ab2e8588dcbc.tar.gz
chromium_src-54d39217d6ced9a3b8f025ba6bf4ab2e8588dcbc.tar.bz2
Remove duplicate includes from chromeos/
This removes all includes from $X.cc files where the $X.h has the same include to conform to the style guide: "[...] However, any includes present in the related header do not need to be included again in the related cc (i.e., foo.cc can rely on foo.h's includes)." BUG=460988 Review URL: https://codereview.chromium.org/947173002 Cr-Commit-Position: refs/heads/master@{#318002}
Diffstat (limited to 'chromeos/timezone/timezone_resolver.cc')
-rw-r--r--chromeos/timezone/timezone_resolver.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chromeos/timezone/timezone_resolver.cc b/chromeos/timezone/timezone_resolver.cc
index 72c3976..be73382 100644
--- a/chromeos/timezone/timezone_resolver.cc
+++ b/chromeos/timezone/timezone_resolver.cc
@@ -9,7 +9,6 @@
#include <algorithm>
#include "base/bind.h"
-#include "base/callback.h"
#include "base/callback_helpers.h"
#include "base/logging.h"
#include "base/power_monitor/power_monitor.h"
@@ -22,8 +21,6 @@
#include "chromeos/geolocation/geoposition.h"
#include "chromeos/geolocation/simple_geolocation_provider.h"
#include "chromeos/timezone/timezone_provider.h"
-#include "net/url_request/url_request_context_getter.h"
-#include "url/gurl.h"
namespace chromeos {