Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: chromeos/geolocation/geoposition.cc

Issue 786693002: Move chrome/browser/chromeos/geolocation to chromeos/geolocation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add DEPS Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/geolocation/geoposition.h ('k') | chromeos/geolocation/simple_geolocation_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chromeos/geolocation/geoposition.h ('k') | chromeos/geolocation/simple_geolocation_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698