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

Side by Side Diff: blimp/client/app/linux/blimp_client_session_linux.h

Issue 2387813002: Move session into //blimp/client/app and update GN files. (Closed)
Patch Set: Rebased for good measure Created 4 years, 2 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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 #ifndef BLIMP_CLIENT_APP_LINUX_BLIMP_CLIENT_SESSION_LINUX_H_ 5 #ifndef BLIMP_CLIENT_APP_LINUX_BLIMP_CLIENT_SESSION_LINUX_H_
6 #define BLIMP_CLIENT_APP_LINUX_BLIMP_CLIENT_SESSION_LINUX_H_ 6 #define BLIMP_CLIENT_APP_LINUX_BLIMP_CLIENT_SESSION_LINUX_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "blimp/client/app/linux/blimp_display_manager.h" 9 #include "blimp/client/app/linux/blimp_display_manager.h"
10 #include "blimp/client/app/session/blimp_client_session.h"
10 #include "blimp/client/core/contents/ime_feature.h" 11 #include "blimp/client/core/contents/ime_feature.h"
11 #include "blimp/client/core/contents/navigation_feature.h" 12 #include "blimp/client/core/contents/navigation_feature.h"
12 #include "blimp/client/session/blimp_client_session.h"
13 13
14 namespace ui { 14 namespace ui {
15 class PlatformEventSource; 15 class PlatformEventSource;
16 } 16 }
17 17
18 namespace blimp { 18 namespace blimp {
19 namespace client { 19 namespace client {
20 20
21 class BlimpClientSessionLinux : public BlimpClientSession, 21 class BlimpClientSessionLinux : public BlimpClientSession,
22 public BlimpDisplayManagerDelegate { 22 public BlimpDisplayManagerDelegate {
(...skipping 11 matching lines...) Expand all
34 navigation_feature_delegate_; 34 navigation_feature_delegate_;
35 std::unique_ptr<ImeFeature::Delegate> ime_feature_delegate_; 35 std::unique_ptr<ImeFeature::Delegate> ime_feature_delegate_;
36 36
37 DISALLOW_COPY_AND_ASSIGN(BlimpClientSessionLinux); 37 DISALLOW_COPY_AND_ASSIGN(BlimpClientSessionLinux);
38 }; 38 };
39 39
40 } // namespace client 40 } // namespace client
41 } // namespace blimp 41 } // namespace blimp
42 42
43 #endif // BLIMP_CLIENT_APP_LINUX_BLIMP_CLIENT_SESSION_LINUX_H_ 43 #endif // BLIMP_CLIENT_APP_LINUX_BLIMP_CLIENT_SESSION_LINUX_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698