Index: content/app/mojo/mojo_init.h |
diff --git a/content/app/mojo/mojo_init.h b/content/app/mojo/mojo_init.h |
deleted file mode 100644 |
index 59701aef0b0c1ab17574670b7fe6355099e324be..0000000000000000000000000000000000000000 |
--- a/content/app/mojo/mojo_init.h |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-// Copyright (c) 2014 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_APP_MOJO_MOJO_INIT_H_ |
-#define CONTENT_APP_MOJO_MOJO_INIT_H_ |
- |
-namespace content { |
- |
-// Perform any necessary Mojo initialization. |
-void InitializeMojo(); |
- |
-} // namespace content |
- |
-#endif // CONTENT_COMMON_MOJO_MOJO_INIT_H_ |