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

Unified Diff: sky/engine/bindings/exception_state_placeholder.h

Issue 915293003: Rename sky/engine/bindings2 to sky/engine/bindings (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: more better Created 5 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 | « sky/engine/bindings/exception_state.cc ('k') | sky/engine/bindings/exception_state_placeholder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/exception_state_placeholder.h
diff --git a/sky/engine/bindings2/exception_state_placeholder.h b/sky/engine/bindings/exception_state_placeholder.h
similarity index 78%
rename from sky/engine/bindings2/exception_state_placeholder.h
rename to sky/engine/bindings/exception_state_placeholder.h
index 7983f832a1826f2b08f2f918aac107eda5c692ef..bc4b524a10e3c0fc44ba803c8c634da0972e089e 100644
--- a/sky/engine/bindings2/exception_state_placeholder.h
+++ b/sky/engine/bindings/exception_state_placeholder.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SKY_ENGINE_BINDINGS2_EXCEPTION_STATE_PLACEHOLDER_H_
-#define SKY_ENGINE_BINDINGS2_EXCEPTION_STATE_PLACEHOLDER_H_
+#ifndef SKY_ENGINE_BINDINGS_EXCEPTION_STATE_PLACEHOLDER_H_
+#define SKY_ENGINE_BINDINGS_EXCEPTION_STATE_PLACEHOLDER_H_
-#include "sky/engine/bindings2/exception_state.h"
+#include "sky/engine/bindings/exception_state.h"
#include "sky/engine/wtf/Assertions.h"
namespace blink {
@@ -36,4 +36,4 @@ class NoExceptionStateAssertionChecker final : public ExceptionState {
} // namespace blink
-#endif // SKY_ENGINE_BINDINGS2_EXCEPTION_STATE_PLACEHOLDER_H_
+#endif // SKY_ENGINE_BINDINGS_EXCEPTION_STATE_PLACEHOLDER_H_
« no previous file with comments | « sky/engine/bindings/exception_state.cc ('k') | sky/engine/bindings/exception_state_placeholder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698