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

Unified Diff: blimp/client/feature/tab_control_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/settings_feature.h ('k') | blimp/client/session/assignment_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/tab_control_feature.h
diff --git a/blimp/client/feature/tab_control_feature.h b/blimp/client/feature/tab_control_feature.h
index 0ae7481eb0351de8ec1c71c203e3e5e999776f15..00f21696e0787cf06b85bf2b846057840709dd8a 100644
--- a/blimp/client/feature/tab_control_feature.h
+++ b/blimp/client/feature/tab_control_feature.h
@@ -8,7 +8,6 @@
#include <memory>
#include "base/macros.h"
-#include "blimp/client/blimp_client_export.h"
#include "blimp/net/blimp_message_processor.h"
#include "ui/gfx/geometry/size.h"
@@ -19,7 +18,7 @@ class Size;
namespace blimp {
namespace client {
-class BLIMP_CLIENT_EXPORT TabControlFeature : public BlimpMessageProcessor {
+class TabControlFeature : public BlimpMessageProcessor {
public:
TabControlFeature();
~TabControlFeature() override;
« no previous file with comments | « blimp/client/feature/settings_feature.h ('k') | blimp/client/session/assignment_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698