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 |