Index: content/common/mojo/constants.h |
diff --git a/content/common/mojo/constants.h b/content/common/mojo/constants.h |
deleted file mode 100644 |
index bc6a4148a0ab941f9f2a3868f2bb3dc1b89a625f..0000000000000000000000000000000000000000 |
--- a/content/common/mojo/constants.h |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-// Copyright 2016 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef CONTENT_COMMON_MOJO_CONSTANTS_H_ |
-#define CONTENT_COMMON_MOJO_CONSTANTS_H_ |
- |
-#include "content/common/content_export.h" |
- |
-namespace content { |
- |
-extern const char CONTENT_EXPORT kBrowserMojoApplicationName[]; |
-extern const char CONTENT_EXPORT kGpuMojoApplicationName[]; |
-extern const char CONTENT_EXPORT kPluginMojoApplicationName[]; |
-extern const char CONTENT_EXPORT kRendererMojoApplicationName[]; |
-extern const char CONTENT_EXPORT kUtilityMojoApplicationName[]; |
- |
-} // namespace content |
- |
-#endif // CONTENT_COMMON_MOJO_CONSTANTS_H_ |