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

Unified Diff: blimp/client/feature/mock_geolocation_feature_delegate.cc

Issue 2161223003: Adds GeolocationFeature for Blimp Geolocation project. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@engine_feature_prep
Patch Set: Addresses kmarshall's #8 comments and adds unittest 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: blimp/client/feature/mock_geolocation_feature_delegate.cc
diff --git a/blimp/client/feature/mock_ime_feature_delegate.cc b/blimp/client/feature/mock_geolocation_feature_delegate.cc
similarity index 51%
copy from blimp/client/feature/mock_ime_feature_delegate.cc
copy to blimp/client/feature/mock_geolocation_feature_delegate.cc
index ac8f5b9691ebcef36457c84c9d52df3d8a96cec3..cdcdf476a0e93a1d3011f3bf5b1f1b2927517ed1 100644
--- a/blimp/client/feature/mock_ime_feature_delegate.cc
+++ b/blimp/client/feature/mock_geolocation_feature_delegate.cc
@@ -2,17 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "blimp/client/feature/mock_ime_feature_delegate.h"
-
-#include "third_party/skia/include/core/SkBitmap.h"
-#include "url/gurl.h"
+#include "blimp/client/feature/mock_geolocation_feature_delegate.h"
namespace blimp {
namespace client {
-MockImeFeatureDelegate::MockImeFeatureDelegate() {}
+MockGeolocationFeatureDelegate::MockGeolocationFeatureDelegate() {}
-MockImeFeatureDelegate::~MockImeFeatureDelegate() {}
+MockGeolocationFeatureDelegate::~MockGeolocationFeatureDelegate() {}
} // namespace client
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698