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

Unified Diff: blimp/client/session/assignment_source.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/tab_control_feature.h ('k') | blimp/client/session/blimp_client_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/session/assignment_source.h
diff --git a/blimp/client/session/assignment_source.h b/blimp/client/session/assignment_source.h
index a5ab358c7bc3411e3d6269e5f1a210167f2bcf8a..6999337972074afaccd060c65ec62dc63bb134d1 100644
--- a/blimp/client/session/assignment_source.h
+++ b/blimp/client/session/assignment_source.h
@@ -9,7 +9,6 @@
#include "base/callback.h"
#include "base/memory/weak_ptr.h"
-#include "blimp/client/blimp_client_export.h"
#include "net/base/ip_endpoint.h"
#include "net/url_request/url_fetcher_delegate.h"
#include "url/gurl.h"
@@ -34,7 +33,7 @@ const char kDummyClientToken[] = "MyVoiceIsMyPassport";
// An Assignment contains the configuration data needed for a client
// to connect to the engine.
-struct BLIMP_CLIENT_EXPORT Assignment {
+struct Assignment {
enum TransportProtocol {
UNKNOWN = 0,
SSL = 1,
@@ -64,7 +63,7 @@ struct BLIMP_CLIENT_EXPORT Assignment {
// AssignmentSource provides functionality to find out how a client should
// connect to an engine.
-class BLIMP_CLIENT_EXPORT AssignmentSource : public net::URLFetcherDelegate {
+class AssignmentSource : public net::URLFetcherDelegate {
public:
// A Java counterpart will be generated for this enum.
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.blimp.assignment
« no previous file with comments | « blimp/client/feature/tab_control_feature.h ('k') | blimp/client/session/blimp_client_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698