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

Unified Diff: blimp/client/linux/blimp_display_manager.cc

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_display_manager.h ('k') | blimp/client/linux/blimp_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/linux/blimp_display_manager.cc
diff --git a/blimp/client/linux/blimp_display_manager.cc b/blimp/client/linux/blimp_display_manager.cc
index d2707b5fe47899038738c1b82919374c96944797..8bf0a1618d7223c09a4fd9ee0dd1766deb9a838e 100644
--- a/blimp/client/linux/blimp_display_manager.cc
+++ b/blimp/client/linux/blimp_display_manager.cc
@@ -13,6 +13,7 @@
#include "ui/platform_window/x11/x11_window.h"
namespace blimp {
+namespace client {
BlimpDisplayManager::BlimpDisplayManager(
const gfx::Size& window_size,
@@ -79,4 +80,5 @@ void BlimpDisplayManager::OnAcceleratedWidgetDestroyed() {
void BlimpDisplayManager::OnActivationChanged(bool active) {}
+} // namespace client
} // namespace blimp
« no previous file with comments | « blimp/client/linux/blimp_display_manager.h ('k') | blimp/client/linux/blimp_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698