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

Unified Diff: blimp/client/core/contents/ime_feature.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/BUILD.gn ('k') | blimp/client/core/contents/ime_feature.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/contents/ime_feature.h
diff --git a/blimp/client/feature/ime_feature.h b/blimp/client/core/contents/ime_feature.h
similarity index 95%
rename from blimp/client/feature/ime_feature.h
rename to blimp/client/core/contents/ime_feature.h
index 7de0ee08e83c3b95580a71ae588f10724cb3941c..a1eebae2b285d805ed10be98964577f948db8433 100644
--- a/blimp/client/feature/ime_feature.h
+++ b/blimp/client/core/contents/ime_feature.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BLIMP_CLIENT_FEATURE_IME_FEATURE_H_
-#define BLIMP_CLIENT_FEATURE_IME_FEATURE_H_
+#ifndef BLIMP_CLIENT_CORE_CONTENTS_IME_FEATURE_H_
+#define BLIMP_CLIENT_CORE_CONTENTS_IME_FEATURE_H_
#include <map>
#include <string>
@@ -82,4 +82,4 @@ class ImeFeature : public BlimpMessageProcessor {
} // namespace client
} // namespace blimp
-#endif // BLIMP_CLIENT_FEATURE_IME_FEATURE_H_
+#endif // BLIMP_CLIENT_CORE_CONTENTS_IME_FEATURE_H_
« no previous file with comments | « blimp/client/core/contents/BUILD.gn ('k') | blimp/client/core/contents/ime_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698