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

Unified Diff: runtime/embedders/android/sound_service.cc

Issue 11467028: Migrate files to embedder. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review fixes Created 7 years, 11 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 | « runtime/embedders/android/sound_service.h ('k') | runtime/embedders/android/timer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/embedders/android/sound_service.cc
diff --git a/samples/android_sample/jni/sound_service.cc b/runtime/embedders/android/sound_service.cc
similarity index 97%
rename from samples/android_sample/jni/sound_service.cc
rename to runtime/embedders/android/sound_service.cc
index a49af5f86009bac2969b461e051222c3d92f6c64..87fab6e4a8a4ca2c00978244212e93301a4bc2d7 100644
--- a/samples/android_sample/jni/sound_service.cc
+++ b/runtime/embedders/android/sound_service.cc
@@ -2,10 +2,10 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#include "jni/sound_service.h"
+#include "embedders/android/sound_service.h"
-#include "jni/log.h"
-#include "jni/resource.h"
+#include "embedders/android/log.h"
+#include "embedders/android/resource.h"
SoundService::SoundService(android_app* application)
: application_(application),
« no previous file with comments | « runtime/embedders/android/sound_service.h ('k') | runtime/embedders/android/timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698