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

Unified Diff: ash/common/mojo_interface_factory.h

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 10 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 | « ash/common/metrics/user_metrics_action.h ('k') | ash/common/mojo_interface_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/mojo_interface_factory.h
diff --git a/ash/common/mojo_interface_factory.h b/ash/common/mojo_interface_factory.h
deleted file mode 100644
index 0851eb34550147ef730a1815f018436cebb3122d..0000000000000000000000000000000000000000
--- a/ash/common/mojo_interface_factory.h
+++ /dev/null
@@ -1,35 +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 ASH_COMMON_MOJO_INTERFACE_FACTORY_H_
-#define ASH_COMMON_MOJO_INTERFACE_FACTORY_H_
-
-#include "ash/ash_export.h"
-#include "base/macros.h"
-#include "base/memory/ref_counted.h"
-
-namespace base {
-class SingleThreadTaskRunner;
-}
-
-namespace service_manager {
-class InterfaceRegistry;
-}
-
-namespace ash {
-
-namespace mojo_interface_factory {
-
-// Registers all mojo services provided by ash. May be called on IO thread
-// (when running ash in-process in chrome) or on the main thread (when running
-// in mash).
-ASH_EXPORT void RegisterInterfaces(
- service_manager::InterfaceRegistry* registry,
- scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner);
-
-} // namespace mojo_interface_factory
-
-} // namespace ash
-
-#endif // ASH_COMMON_MOJO_INTERFACE_FACTORY_H_
« no previous file with comments | « ash/common/metrics/user_metrics_action.h ('k') | ash/common/mojo_interface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698