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

Unified Diff: blimp/client/android/blimp_view.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/android/blimp_library_loader.cc ('k') | blimp/client/android/blimp_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/android/blimp_view.h
diff --git a/blimp/client/android/blimp_view.h b/blimp/client/android/blimp_view.h
index 94270f894644b3222367e3ffb0ae4df622d057b3..76e191975da548fdf52f7a4fb6bedf0f3e37cbae 100644
--- a/blimp/client/android/blimp_view.h
+++ b/blimp/client/android/blimp_view.h
@@ -15,6 +15,7 @@ class Size;
}
namespace blimp {
+namespace client {
class BlimpCompositorAndroid;
class RenderWidgetFeature;
@@ -106,6 +107,7 @@ class BlimpView {
DISALLOW_COPY_AND_ASSIGN(BlimpView);
};
+} // namespace client
} // namespace blimp
#endif // BLIMP_CLIENT_ANDROID_BLIMP_VIEW_H_
« no previous file with comments | « blimp/client/android/blimp_library_loader.cc ('k') | blimp/client/android/blimp_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698