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

Unified Diff: blimp/client/feature/ime_feature.h

Issue 1922613003: Add blimp to root GN check_targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Flipped the order of the conditional in //content/app/BUILD.gn Created 4 years, 8 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/feature/compositor/blimp_compositor.h ('k') | blimp/client/feature/navigation_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/ime_feature.h
diff --git a/blimp/client/feature/ime_feature.h b/blimp/client/feature/ime_feature.h
index 0eeee823085f194154f6330e4831f5ad5d4cc4a2..cf29cc29711eb25f86f8174d121d88b0b14e0ecd 100644
--- a/blimp/client/feature/ime_feature.h
+++ b/blimp/client/feature/ime_feature.h
@@ -9,7 +9,6 @@
#include <string>
#include "base/macros.h"
-#include "blimp/client/blimp_client_export.h"
#include "blimp/net/blimp_message_processor.h"
#include "ui/base/ime/text_input_type.h"
@@ -29,7 +28,7 @@ namespace client {
// user navigates away from the currently page or the page loads for the first
// time), ImeMessage::HIDE_IME will be sent.
-class BLIMP_CLIENT_EXPORT ImeFeature : public BlimpMessageProcessor {
+class ImeFeature : public BlimpMessageProcessor {
public:
// A delegate to be notified of text input requests.
class Delegate {
« no previous file with comments | « blimp/client/feature/compositor/blimp_compositor.h ('k') | blimp/client/feature/navigation_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698