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

Unified Diff: sky/engine/tonic/dart_library_provider.cc

Issue 1202283004: Factor DartLibraryProvider out of DartLoader (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/tonic/dart_library_provider.h ('k') | sky/engine/tonic/dart_snapshot_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/tonic/dart_library_provider.cc
diff --git a/sky/engine/tonic/dart_class_provider.cc b/sky/engine/tonic/dart_library_provider.cc
similarity index 68%
copy from sky/engine/tonic/dart_class_provider.cc
copy to sky/engine/tonic/dart_library_provider.cc
index dc813b130b1c371937b8fd89f1d3da89681ca557..5a15662c3d45cf994ad4129587e3a311f22a6582 100644
--- a/sky/engine/tonic/dart_class_provider.cc
+++ b/sky/engine/tonic/dart_library_provider.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sky/engine/tonic/dart_class_provider.h"
+#include "sky/engine/tonic/dart_library_provider.h"
namespace blink {
-DartClassProvider::~DartClassProvider() {
+DartLibraryProvider::~DartLibraryProvider() {
}
} // namespace blink
« no previous file with comments | « sky/engine/tonic/dart_library_provider.h ('k') | sky/engine/tonic/dart_snapshot_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698