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

Unified Diff: blimp/client/core/contents/mock_ime_feature_delegate.h

Issue 2251223002: blimp: Moved ImeFeature to blimp/client/core/contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « blimp/client/core/contents/ime_feature.cc ('k') | blimp/client/core/contents/mock_ime_feature_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/contents/mock_ime_feature_delegate.h
diff --git a/blimp/client/feature/mock_ime_feature_delegate.h b/blimp/client/core/contents/mock_ime_feature_delegate.h
similarity index 71%
rename from blimp/client/feature/mock_ime_feature_delegate.h
rename to blimp/client/core/contents/mock_ime_feature_delegate.h
index 66b11e66a2525b4df5351a11cfda5d38e631eb71..9857879966f663a63b63ee3ca09c338bc8bf35b0 100644
--- a/blimp/client/feature/mock_ime_feature_delegate.h
+++ b/blimp/client/core/contents/mock_ime_feature_delegate.h
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BLIMP_CLIENT_FEATURE_MOCK_IME_FEATURE_DELEGATE_H_
-#define BLIMP_CLIENT_FEATURE_MOCK_IME_FEATURE_DELEGATE_H_
+#ifndef BLIMP_CLIENT_CORE_CONTENTS_MOCK_IME_FEATURE_DELEGATE_H_
+#define BLIMP_CLIENT_CORE_CONTENTS_MOCK_IME_FEATURE_DELEGATE_H_
+
+#include "blimp/client/core/contents/ime_feature.h"
#include <string>
-#include "blimp/client/feature/ime_feature.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace blimp {
@@ -26,4 +27,4 @@ class MockImeFeatureDelegate : public client::ImeFeature::Delegate {
} // namespace client
} // namespace blimp
-#endif // BLIMP_CLIENT_FEATURE_MOCK_IME_FEATURE_DELEGATE_H_
+#endif // BLIMP_CLIENT_CORE_CONTENTS_MOCK_IME_FEATURE_DELEGATE_H_
« no previous file with comments | « blimp/client/core/contents/ime_feature.cc ('k') | blimp/client/core/contents/mock_ime_feature_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698