| Index: content/browser/geolocation/device_data_provider_unittest.cc
|
| ===================================================================
|
| --- content/browser/geolocation/device_data_provider_unittest.cc (revision 0)
|
| +++ content/browser/geolocation/device_data_provider_unittest.cc (working copy)
|
| @@ -2,10 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/geolocation/device_data_provider.h"
|
| -
|
| #include "base/threading/platform_thread.h"
|
| -#include "chrome/browser/geolocation/wifi_data_provider_common.h"
|
| +#include "content/browser/geolocation/device_data_provider.h"
|
| +#include "content/browser/geolocation/wifi_data_provider_common.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace {
|
|
|