| Index: chromeos/geolocation/geoposition.cc
|
| diff --git a/chrome/browser/chromeos/geolocation/geoposition.cc b/chromeos/geolocation/geoposition.cc
|
| similarity index 95%
|
| rename from chrome/browser/chromeos/geolocation/geoposition.cc
|
| rename to chromeos/geolocation/geoposition.cc
|
| index 6266be2b974a21dee9e27441054a10f4711153dc..8909d4a6fa2dafc118fd8f815efe91831536628b 100644
|
| --- a/chrome/browser/chromeos/geolocation/geoposition.cc
|
| +++ b/chromeos/geolocation/geoposition.cc
|
| @@ -2,7 +2,7 @@
|
| // 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/geoposition.h"
|
| +#include "chromeos/geolocation/geoposition.h"
|
|
|
| #include "base/strings/stringprintf.h"
|
|
|
| @@ -49,6 +49,6 @@ std::string Geoposition::ToString() const {
|
| error_message.c_str(),
|
| (unsigned)status,
|
| (status < arraysize(status2string) ? status2string[status] : "unknown"));
|
| -};
|
| +}
|
|
|
| } // namespace chromeos
|
|
|