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

Unified Diff: blimp/client/feature/settings_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/render_widget_feature.h ('k') | blimp/client/feature/tab_control_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/settings_feature.h
diff --git a/blimp/client/feature/settings_feature.h b/blimp/client/feature/settings_feature.h
index d9e94ef1bd97419592d14c1d9249a7d280209b41..055a7b4c14259d47cdb7f3a67e6f3b5b5adb97e2 100644
--- a/blimp/client/feature/settings_feature.h
+++ b/blimp/client/feature/settings_feature.h
@@ -6,14 +6,13 @@
#define BLIMP_CLIENT_FEATURE_SETTINGS_FEATURE_H_
#include "base/macros.h"
-#include "blimp/client/blimp_client_export.h"
#include "blimp/net/blimp_message_processor.h"
namespace blimp {
namespace client {
// The feature is used to send global settings to the engine.
-class BLIMP_CLIENT_EXPORT SettingsFeature : public BlimpMessageProcessor {
+class SettingsFeature : public BlimpMessageProcessor {
public:
SettingsFeature();
~SettingsFeature() override;
« no previous file with comments | « blimp/client/feature/render_widget_feature.h ('k') | blimp/client/feature/tab_control_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698