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

Unified Diff: blimp/client/session/blimp_client_session.h

Issue 1570943002: [Blimp client] Move client code into blimp::client namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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/linux/blimp_main.cc ('k') | blimp/client/session/blimp_client_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/session/blimp_client_session.h
diff --git a/blimp/client/session/blimp_client_session.h b/blimp/client/session/blimp_client_session.h
index 8c3ca14dd9f36e554a7ad63e3c23dc88d5e20090..e9b7db0825130b1e8d25d0f8ba2eb5a1b3f7200a 100644
--- a/blimp/client/session/blimp_client_session.h
+++ b/blimp/client/session/blimp_client_session.h
@@ -19,6 +19,9 @@ class BlimpMessageProcessor;
class BlimpMessageThreadPipe;
class BrowserConnectionHandler;
class ClientConnectionManager;
+
+namespace client {
+
class ClientNetworkComponents;
class NavigationFeature;
class RenderWidgetFeature;
@@ -68,6 +71,7 @@ class BLIMP_CLIENT_EXPORT BlimpClientSession {
DISALLOW_COPY_AND_ASSIGN(BlimpClientSession);
};
+} // namespace client
} // namespace blimp
#endif // BLIMP_CLIENT_SESSION_BLIMP_CLIENT_SESSION_H_
« no previous file with comments | « blimp/client/linux/blimp_main.cc ('k') | blimp/client/session/blimp_client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698