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

Unified Diff: content/browser/service_manager/merge_dictionary.h

Issue 2387263002: Rename MojoShellContext -> ServiceManagerContext. (Closed)
Patch Set: . Created 4 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 | « content/browser/service_manager/OWNERS ('k') | content/browser/service_manager/merge_dictionary.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_manager/merge_dictionary.h
diff --git a/content/browser/mojo/merge_dictionary.h b/content/browser/service_manager/merge_dictionary.h
similarity index 76%
rename from content/browser/mojo/merge_dictionary.h
rename to content/browser/service_manager/merge_dictionary.h
index b587d39a106fbd2e73983ffbd22008e059572234..b29e15969e6525a495f1b204e9d9d6ac875d4b0b 100644
--- a/content/browser/mojo/merge_dictionary.h
+++ b/content/browser/service_manager/merge_dictionary.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 CONTENT_BROWSER_MOJO_MERGE_DICTIONARY_H_
-#define CONTENT_BROWSER_MOJO_MERGE_DICTIONARY_H_
+#ifndef CONTENT_BROWSER_SERVICE_MANAGER_MERGE_DICTIONARY_H_
+#define CONTENT_BROWSER_SERVICE_MANAGER_MERGE_DICTIONARY_H_
#include "base/values.h"
#include "content/common/content_export.h"
@@ -18,4 +18,4 @@ void CONTENT_EXPORT MergeDictionary(base::DictionaryValue* target,
} // namespace content
-#endif // CONTENT_BROWSER_MOJO_MERGE_DICTIONARY_H_
+#endif // CONTENT_BROWSER_SERVICE_MANAGER_MERGE_DICTIONARY_H_
« no previous file with comments | « content/browser/service_manager/OWNERS ('k') | content/browser/service_manager/merge_dictionary.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698