Index: chromeos/geolocation/simple_geolocation_request.cc |
diff --git a/chrome/browser/chromeos/geolocation/simple_geolocation_request.cc b/chromeos/geolocation/simple_geolocation_request.cc |
similarity index 98% |
rename from chrome/browser/chromeos/geolocation/simple_geolocation_request.cc |
rename to chromeos/geolocation/simple_geolocation_request.cc |
index 96d05004e54dfd9a4685410b10da4266a7a89e96..c2cb8c3f32540d4ca0b5c1e4a5d051d25f60e479 100644 |
--- a/chrome/browser/chromeos/geolocation/simple_geolocation_request.cc |
+++ b/chromeos/geolocation/simple_geolocation_request.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/simple_geolocation_request.h" |
+#include "chromeos/geolocation/simple_geolocation_request.h" |
#include <algorithm> |
#include <string> |
@@ -14,8 +14,8 @@ |
#include "base/strings/stringprintf.h" |
#include "base/time/time.h" |
#include "base/values.h" |
-#include "chrome/browser/chromeos/geolocation/geoposition.h" |
-#include "chrome/browser/chromeos/geolocation/simple_geolocation_provider.h" |
+#include "chromeos/geolocation/geoposition.h" |
+#include "chromeos/geolocation/simple_geolocation_provider.h" |
#include "google_apis/google_api_keys.h" |
#include "net/base/escape.h" |
#include "net/base/load_flags.h" |