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

Unified Diff: mojo/bindings/js/waiting_callback.h

Issue 189453003: Moves around mojo js bindings code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « mojo/bindings/js/support.cc ('k') | mojo/bindings/js/waiting_callback.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/bindings/js/waiting_callback.h
diff --git a/mojo/apps/js/bindings/waiting_callback.h b/mojo/bindings/js/waiting_callback.h
similarity index 87%
rename from mojo/apps/js/bindings/waiting_callback.h
rename to mojo/bindings/js/waiting_callback.h
index c8410286d043826357ebcf09b449582ce58dbe49..e09723e0ecd9668b7ddf005e82c39a6b1f52050c 100644
--- a/mojo/apps/js/bindings/waiting_callback.h
+++ b/mojo/bindings/js/waiting_callback.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_APPS_JS_BINDINGS_WAITING_CALLBACK_H_
-#define MOJO_APPS_JS_BINDINGS_WAITING_CALLBACK_H_
+#ifndef MOJO_BINDINGS_JS_WAITING_CALLBACK_H_
+#define MOJO_BINDINGS_JS_WAITING_CALLBACK_H_
#include "gin/handle.h"
#include "gin/runner.h"
@@ -46,4 +46,4 @@ class WaitingCallback : public gin::Wrappable<WaitingCallback> {
} // namespace js
} // namespace mojo
-#endif // MOJO_APPS_JS_BINDINGS_WAITING_CALLBACK_H_
+#endif // MOJO_BINDINGS_JS_WAITING_CALLBACK_H_
« no previous file with comments | « mojo/bindings/js/support.cc ('k') | mojo/bindings/js/waiting_callback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698