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

Unified Diff: chromeos/geolocation/simple_geolocation_request.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
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"
« no previous file with comments | « chromeos/geolocation/simple_geolocation_request.h ('k') | chromeos/geolocation/simple_geolocation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698