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

Unified Diff: chrome/browser/geolocation/geolocation_browsertest.cc

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: Created 4 years, 5 months 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: chrome/browser/geolocation/geolocation_browsertest.cc
diff --git a/chrome/browser/geolocation/geolocation_browsertest.cc b/chrome/browser/geolocation/geolocation_browsertest.cc
index e0212fdc6850ab3a20d3111d34e9dcde53f7ce0e..ced160d00105af82b9e70164537155bdccc97727 100644
--- a/chrome/browser/geolocation/geolocation_browsertest.cc
+++ b/chrome/browser/geolocation/geolocation_browsertest.cc
@@ -31,14 +31,14 @@
#include "content/public/browser/notification_service.h"
#include "content/public/browser/render_frame_host.h"
#include "content/public/browser/web_contents.h"
+#include "content/public/common/geoposition.h"
#include "content/public/test/browser_test_utils.h"
-#include "device/geolocation/geoposition.h"
#include "net/test/embedded_test_server/embedded_test_server.h"
namespace {
std::string GetErrorCodePermissionDenied() {
- return base::IntToString(device::Geoposition::ERROR_CODE_PERMISSION_DENIED);
+ return base::IntToString(content::Geoposition::ERROR_CODE_PERMISSION_DENIED);
}
std::string RunScript(content::RenderFrameHost* render_frame_host,
« no previous file with comments | « chrome/browser/geolocation/chrome_access_token_store.cc ('k') | chrome/browser/geolocation/geolocation_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698