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

Unified Diff: shell/url_response_disk_cache_loader.h

Issue 2012873003: More ApplicationDelegate/ApplicationRunner[Chromium] conversion. (Closed) Base URL: https://github.com/domokit/mojo.git@work791_run_app_options
Patch Set: Created 4 years, 7 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 | « shell/test/pingable_app.cc ('k') | shell/url_response_disk_cache_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/url_response_disk_cache_loader.h
diff --git a/shell/url_response_disk_cache_loader.h b/shell/url_response_disk_cache_loader.h
index a47e2734dc74cfc217d97b098056fed5880decac..296935130b883b9c1afc9fe5702a64c6d17bb369 100644
--- a/shell/url_response_disk_cache_loader.h
+++ b/shell/url_response_disk_cache_loader.h
@@ -6,7 +6,6 @@
#define SHELL_URL_RESPONSE_DISK_CACHE_LOADER_H_
#include "base/macros.h"
-#include "base/memory/scoped_ptr.h"
#include "base/task_runner.h"
#include "mojo/public/cpp/application/application_impl.h"
#include "services/url_response_disk_cache/url_response_disk_cache_app.h"
@@ -26,8 +25,7 @@ class URLResponseDiskCacheLoader : public ApplicationLoader {
const GURL& url,
mojo::InterfaceRequest<mojo::Application> application_request) override;
- mojo::URLResponseDiskCacheApp url_response_disk_cache_;
- scoped_ptr<mojo::ApplicationImpl> application_;
+ mojo::URLResponseDiskCacheApp url_response_disk_cache_app_;
DISALLOW_COPY_AND_ASSIGN(URLResponseDiskCacheLoader);
};
« no previous file with comments | « shell/test/pingable_app.cc ('k') | shell/url_response_disk_cache_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698