| Index: content/browser/geolocation/gateway_data_provider_common_unittest.cc
|
| ===================================================================
|
| --- content/browser/geolocation/gateway_data_provider_common_unittest.cc (revision 0)
|
| +++ content/browser/geolocation/gateway_data_provider_common_unittest.cc (working copy)
|
| @@ -2,12 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/geolocation/gateway_data_provider_common.h"
|
| -
|
| #include "base/scoped_ptr.h"
|
| #include "base/string_util.h"
|
| #include "base/third_party/dynamic_annotations/dynamic_annotations.h"
|
| #include "base/utf_string_conversions.h"
|
| +#include "content/browser/geolocation/gateway_data_provider_common.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|