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

Unified Diff: mojo/shell/url_request_context_getter.h

Issue 47433002: Cleanup mojo_shell and sample_app a bit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « mojo/shell/sample_app.cc ('k') | mojo/shell/url_request_context_getter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/url_request_context_getter.h
diff --git a/mojo/loader/url_request_context_getter.h b/mojo/shell/url_request_context_getter.h
similarity index 87%
rename from mojo/loader/url_request_context_getter.h
rename to mojo/shell/url_request_context_getter.h
index 6051c683711d514aad904812e99919f3cb7cb1d8..67830e7c5c5e992e59ec714dbd7990d3f9c3c620 100644
--- a/mojo/loader/url_request_context_getter.h
+++ b/mojo/shell/url_request_context_getter.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_URL_REQUEST_CONTEXT_GETTER_H_
-#define MOJO_URL_REQUEST_CONTEXT_GETTER_H_
+#ifndef MOJO_SHELL_URL_REQUEST_CONTEXT_GETTER_H_
+#define MOJO_SHELL_URL_REQUEST_CONTEXT_GETTER_H_
#include "base/files/file_path.h"
#include "base/memory/scoped_ptr.h"
@@ -12,7 +12,7 @@
#include "net/url_request/url_request_context_storage.h"
namespace mojo {
-namespace loader {
+namespace shell {
class URLRequestContextGetter : public net::URLRequestContextGetter {
public:
@@ -39,7 +39,7 @@ class URLRequestContextGetter : public net::URLRequestContextGetter {
DISALLOW_COPY_AND_ASSIGN(URLRequestContextGetter);
};
-} // namespace loader
+} // namespace shell
} // namespace mojo
-#endif // MOJO_URL_REQUEST_CONTEXT_GETTER_H_
+#endif // MOJO_SHELL_URL_REQUEST_CONTEXT_GETTER_H_
« no previous file with comments | « mojo/shell/sample_app.cc ('k') | mojo/shell/url_request_context_getter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698