| Index: content/browser/geolocation/network_location_provider_unittest.cc
|
| ===================================================================
|
| --- content/browser/geolocation/network_location_provider_unittest.cc (revision 0)
|
| +++ content/browser/geolocation/network_location_provider_unittest.cc (working copy)
|
| @@ -2,14 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/geolocation/network_location_provider.h"
|
| -
|
| #include "base/json/json_reader.h"
|
| #include "base/scoped_ptr.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/geolocation/fake_access_token_store.h"
|
| #include "chrome/common/net/test_url_fetcher_factory.h"
|
| +#include "content/browser/geolocation/fake_access_token_store.h"
|
| +#include "content/browser/geolocation/network_location_provider.h"
|
| #include "net/url_request/url_request_status.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|