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

Unified Diff: blimp/client/android/toolbar.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
Index: blimp/client/android/toolbar.h
diff --git a/blimp/client/android/toolbar.h b/blimp/client/android/toolbar.h
index 209ebd25a10950207e1b77c1176f85c06fce4b76..620be94e8ac51482f8c9f462c1b0861215a04f55 100644
--- a/blimp/client/android/toolbar.h
+++ b/blimp/client/android/toolbar.h
@@ -13,6 +13,7 @@ class GURL;
class SkBitmap;
namespace blimp {
+namespace client {
// The native component of org.chromium.blimp.toolbar.Toolbar. This handles
// marshalling calls between Java and native. Specifically, this passes calls
@@ -57,6 +58,7 @@ class Toolbar : public NavigationFeature::NavigationFeatureDelegate {
DISALLOW_COPY_AND_ASSIGN(Toolbar);
};
+} // namespace client
} // namespace blimp
#endif // BLIMP_CLIENT_ANDROID_TOOLBAR_H_
« no previous file with comments | « blimp/client/android/java/src/org/chromium/blimp/toolbar/Toolbar.java ('k') | blimp/client/android/toolbar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698