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

Unified Diff: mojo/shell/network_fetcher.h

Issue 1091513005: Separate mojo/shell into a runner and the application manager (shell) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 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/native_runner_unittest.cc ('k') | mojo/shell/network_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/network_fetcher.h
diff --git a/mojo/shell/application_manager/network_fetcher.h b/mojo/shell/network_fetcher.h
similarity index 91%
rename from mojo/shell/application_manager/network_fetcher.h
rename to mojo/shell/network_fetcher.h
index 3ee90a951a9bd873664c6df66076afb81493b692..028ec5b212102c81fe2205a26737e93ef4838f69 100644
--- a/mojo/shell/application_manager/network_fetcher.h
+++ b/mojo/shell/network_fetcher.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SHELL_APPLICATION_MANAGER_NETWORK_FETCHER_H_
-#define SHELL_APPLICATION_MANAGER_NETWORK_FETCHER_H_
+#ifndef MOJO_SHELL_NETWORK_FETCHER_H_
+#define MOJO_SHELL_NETWORK_FETCHER_H_
-#include "mojo/shell/application_manager/fetcher.h"
+#include "mojo/shell/fetcher.h"
#include "base/files/file_path.h"
#include "base/memory/weak_ptr.h"
@@ -80,4 +80,4 @@ class NetworkFetcher : public Fetcher {
} // namespace shell
} // namespace mojo
-#endif // SHELL_APPLICATION_MANAGER_NETWORK_FETCHER_H_
+#endif // MOJO_SHELL_NETWORK_FETCHER_H_
« no previous file with comments | « mojo/shell/native_runner_unittest.cc ('k') | mojo/shell/network_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698