Index: mojo/services/view_manager/public/cpp/view_manager_delegate.cc |
diff --git a/mojo/icu/icu.h b/mojo/services/view_manager/public/cpp/view_manager_delegate.cc |
similarity index 50% |
copy from mojo/icu/icu.h |
copy to mojo/services/view_manager/public/cpp/view_manager_delegate.cc |
index 9b28cb910fca26c2020fa228c856fe605f1927a8..4ae64a7b4303c2c4b73e35328772f35d819db277 100644 |
--- a/mojo/icu/icu.h |
+++ b/mojo/services/view_manager/public/cpp/view_manager_delegate.cc |
@@ -2,17 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef MOJO_ICU_ICU_H_ |
-#define MOJO_ICU_ICU_H_ |
+#include "view_manager/public/cpp/view_manager_delegate.h" |
namespace mojo { |
-class ApplicationImpl; |
-namespace icu { |
+bool ViewManagerDelegate::OnPerformAction(View* view, |
+ const std::string& action) { |
+ return false; |
+} |
-void Initialize(ApplicationImpl* app); |
- |
-} // namespace icu |
} // namespace mojo |
- |
-#endif // MOJO_ICU_ICU_H_ |