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

Unified Diff: blimp/client/feature/navigation_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/ime_feature.h ('k') | blimp/client/feature/render_widget_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/navigation_feature.h
diff --git a/blimp/client/feature/navigation_feature.h b/blimp/client/feature/navigation_feature.h
index b971bb70988279c47749ac0a9204db0b510bc0ac..224764cd87beca74b6359ab23cfa442d20b8bfd0 100644
--- a/blimp/client/feature/navigation_feature.h
+++ b/blimp/client/feature/navigation_feature.h
@@ -10,7 +10,6 @@
#include "base/containers/small_map.h"
#include "base/macros.h"
-#include "blimp/client/blimp_client_export.h"
#include "blimp/net/blimp_message_processor.h"
class GURL;
@@ -22,7 +21,7 @@ namespace client {
// Handles all incoming and outgoing protobuf messages of type
// RenderWidget::NAVIGATION. Delegates can be added to be notified of incoming
// messages.
-class BLIMP_CLIENT_EXPORT NavigationFeature : public BlimpMessageProcessor {
+class NavigationFeature : public BlimpMessageProcessor {
public:
// A delegate to be notified of specific navigation events related to a
// a particular tab.
« no previous file with comments | « blimp/client/feature/ime_feature.h ('k') | blimp/client/feature/render_widget_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698