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

Unified Diff: shell/android/android_handler.h

Issue 806213002: Do not inline complex constructor. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Nor destructor. Created 6 years 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 | « no previous file | shell/android/android_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/android_handler.h
diff --git a/shell/android/android_handler.h b/shell/android/android_handler.h
index 1ef302354d07b3af753444d61adf45e0e8c5672f..b23b332e4555de0dd908b7bafd728b8bd6cf87ac 100644
--- a/shell/android/android_handler.h
+++ b/shell/android/android_handler.h
@@ -21,8 +21,8 @@ namespace mojo {
class AndroidHandler : public ApplicationDelegate,
public ContentHandlerFactory::Delegate {
public:
- AndroidHandler() : content_handler_factory_(this) {}
- virtual ~AndroidHandler() {}
+ AndroidHandler();
+ ~AndroidHandler();
private:
// ApplicationDelegate:
« no previous file with comments | « no previous file | shell/android/android_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698