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

Unified Diff: content/common/mojo/constants.h

Issue 2183703005: Renderers should obtain browser InterfaceProvider by connecting to browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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/child/child_thread_impl.cc ('k') | content/common/mojo/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/mojo/constants.h
diff --git a/content/browser/mojo/constants.h b/content/common/mojo/constants.h
similarity index 75%
rename from content/browser/mojo/constants.h
rename to content/common/mojo/constants.h
index 2fd761a17c7ef6deed4913287c7e8723cdf32daa..d18da30b4a785852de46f4df08d6ecb826105948 100644
--- a/content/browser/mojo/constants.h
+++ b/content/common/mojo/constants.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_CONSTANTS_H_
-#define CONTENT_BROWSER_MOJO_CONSTANTS_H_
+#ifndef CONTENT_COMMON_MOJO_CONSTANTS_H_
+#define CONTENT_COMMON_MOJO_CONSTANTS_H_
namespace content {
@@ -14,4 +14,4 @@ extern const char kUtilityMojoApplicationName[];
} // namespace content
-#endif // CONTENT_BROWSER_MOJO_CONSTANTS_H_
+#endif // CONTENT_COMMON_MOJO_CONSTANTS_H_
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/common/mojo/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698