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

Unified Diff: sky/engine/core/script/monitor.h

Issue 1107803002: Add Observatory to sky dart_controller (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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
Index: sky/engine/core/script/monitor.h
diff --git a/mojo/dart/embedder/monitor.h b/sky/engine/core/script/monitor.h
similarity index 85%
copy from mojo/dart/embedder/monitor.h
copy to sky/engine/core/script/monitor.h
index a796bc370f2b3370e27884f9115eec00affd5f72..af784ecce6f0180d44d4a2691b571ffe6e7aa438 100644
--- a/mojo/dart/embedder/monitor.h
+++ b/sky/engine/core/script/monitor.h
@@ -2,14 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_DART_EMBEDDER_MONITOR_H_
-#define MOJO_DART_EMBEDDER_MONITOR_H_
+#ifndef SKY_ENGINE_CORE_SCRIPT_MONITOR_H_
+#define SKY_ENGINE_CORE_SCRIPT_MONITOR_H_
#include "base/synchronization/condition_variable.h"
#include "base/synchronization/lock.h"
-namespace mojo {
-namespace dart {
+namespace blink {
class Monitor {
public:
@@ -70,8 +69,7 @@ class MonitorLocker {
DISALLOW_COPY_AND_ASSIGN(MonitorLocker);
};
-} // namespace dart
-} // namespace mojo
+} // namespace blink
-#endif // MOJO_DART_EMBEDDER_MONITOR_H_
+#endif // SKY_ENGINE_CORE_SCRIPT_MONITOR_H_

Powered by Google App Engine
This is Rietveld 408576698