| Index: chromeos/geolocation/simple_geolocation_provider.cc
|
| diff --git a/chrome/browser/chromeos/geolocation/simple_geolocation_provider.cc b/chromeos/geolocation/simple_geolocation_provider.cc
|
| similarity index 94%
|
| rename from chrome/browser/chromeos/geolocation/simple_geolocation_provider.cc
|
| rename to chromeos/geolocation/simple_geolocation_provider.cc
|
| index 3d4dba3fe69211e26cfb68f706776481013ec423..a875360ef888479703b1654e3f40bf2ecdee8936 100644
|
| --- a/chrome/browser/chromeos/geolocation/simple_geolocation_provider.cc
|
| +++ b/chromeos/geolocation/simple_geolocation_provider.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/chromeos/geolocation/simple_geolocation_provider.h"
|
| +#include "chromeos/geolocation/simple_geolocation_provider.h"
|
|
|
| #include <algorithm>
|
| #include <iterator>
|
|
|
| #include "base/bind.h"
|
| #include "base/time/time.h"
|
| -#include "chrome/browser/chromeos/geolocation/geoposition.h"
|
| +#include "chromeos/geolocation/geoposition.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "url/gurl.h"
|
|
|
|
|