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

Unified Diff: blimp/client/session/tab_control_feature_android.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
Index: blimp/client/session/tab_control_feature_android.cc
diff --git a/blimp/client/session/tab_control_feature_android.cc b/blimp/client/session/tab_control_feature_android.cc
index 6eb4937a02089ae884daefb4c4707b020a635e3f..ad34e3e9559c66f2af56e80ddbfc55397e539ac5 100644
--- a/blimp/client/session/tab_control_feature_android.cc
+++ b/blimp/client/session/tab_control_feature_android.cc
@@ -10,6 +10,7 @@
#include "ui/gfx/geometry/size.h"
namespace blimp {
+namespace client {
static jlong Init(JNIEnv* env,
const JavaParamRef<jobject>& jobj,
@@ -53,4 +54,5 @@ void TabControlFeatureAndroid::OnContentAreaSizeChanged(
tab_control_feature_->SetSizeAndScale(gfx::Size(width, height), dp_to_px);
}
+} // namespace client
} // namespace blimp
« no previous file with comments | « blimp/client/session/tab_control_feature_android.h ('k') | blimp/client/session/tab_control_feature_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698