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

Unified Diff: sky/engine/bindings/exception_state.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_messages.cc ('k') | sky/engine/bindings/exception_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/exception_state.h
diff --git a/sky/engine/bindings2/exception_state.h b/sky/engine/bindings/exception_state.h
similarity index 92%
rename from sky/engine/bindings2/exception_state.h
rename to sky/engine/bindings/exception_state.h
index e73b88a6fe501d6aa8c8591fb2b8da6e9bef1f75..edbea950cacdc99e87ceaf584944aa8bc81d5c69 100644
--- a/sky/engine/bindings2/exception_state.h
+++ b/sky/engine/bindings/exception_state.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 SKY_ENGINE_BINDINGS2_EXCEPTION_STATE_H_
-#define SKY_ENGINE_BINDINGS2_EXCEPTION_STATE_H_
+#ifndef SKY_ENGINE_BINDINGS_EXCEPTION_STATE_H_
+#define SKY_ENGINE_BINDINGS_EXCEPTION_STATE_H_
#include "sky/engine/tonic/dart_persistent_value.h"
#include "sky/engine/wtf/Noncopyable.h"
@@ -65,4 +65,4 @@ class TrackExceptionState final : public ExceptionState {};
} // namespace blink
-#endif // SKY_ENGINE_BINDINGS2_EXCEPTION_STATE_H_
+#endif // SKY_ENGINE_BINDINGS_EXCEPTION_STATE_H_
« no previous file with comments | « sky/engine/bindings/exception_messages.cc ('k') | sky/engine/bindings/exception_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698