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

Side by Side Diff: blimp/client/core/contents/ime_feature.cc

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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "blimp/client/feature/ime_feature.h" 5 #include "blimp/client/core/contents/ime_feature.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "blimp/common/create_blimp_message.h" 9 #include "blimp/common/create_blimp_message.h"
10 #include "blimp/common/proto/blimp_message.pb.h" 10 #include "blimp/common/proto/blimp_message.pb.h"
11 #include "blimp/net/input_message_converter.h" 11 #include "blimp/net/input_message_converter.h"
12 #include "net/base/net_errors.h" 12 #include "net/base/net_errors.h"
13 13
14 namespace blimp { 14 namespace blimp {
15 namespace client { 15 namespace client {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 NOTREACHED(); 68 NOTREACHED();
69 callback.Run(net::ERR_UNEXPECTED); 69 callback.Run(net::ERR_UNEXPECTED);
70 return; 70 return;
71 } 71 }
72 72
73 callback.Run(net::OK); 73 callback.Run(net::OK);
74 } 74 }
75 75
76 } // namespace client 76 } // namespace client
77 } // namespace blimp 77 } // namespace blimp
OLDNEW
« no previous file with comments | « blimp/client/core/contents/ime_feature.h ('k') | blimp/client/core/contents/mock_ime_feature_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698