| Index: ios/chrome/browser/geolocation/omnibox_geolocation_local_state_unittest.mm
|
| diff --git a/ios/chrome/browser/geolocation/omnibox_geolocation_local_state_unittest.mm b/ios/chrome/browser/geolocation/omnibox_geolocation_local_state_unittest.mm
|
| index 215d9ac3fb560bbd1299cb3b3535672d34070ef4..80d6644825fd926f57a7f0a64ddcb655016f12b5 100644
|
| --- a/ios/chrome/browser/geolocation/omnibox_geolocation_local_state_unittest.mm
|
| +++ b/ios/chrome/browser/geolocation/omnibox_geolocation_local_state_unittest.mm
|
| @@ -2,13 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "ios/chrome/browser/geolocation/omnibox_geolocation_local_state.h"
|
| +
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/mac/scoped_nsobject.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "components/prefs/testing_pref_service.h"
|
| #include "ios/chrome/browser/geolocation/location_manager.h"
|
| -#include "ios/chrome/browser/geolocation/omnibox_geolocation_local_state.h"
|
| #include "ios/chrome/test/ios_chrome_scoped_testing_local_state.h"
|
| #include "ios/chrome/test/testing_application_context.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|