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

Unified Diff: mojo/shell/external_application_test_main.cc

Issue 621153003: Move mojo edk into mojo/edk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix checkdeps Created 6 years, 2 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
Index: mojo/shell/external_application_test_main.cc
diff --git a/mojo/shell/external_application_test_main.cc b/mojo/shell/external_application_test_main.cc
index bdad5511c59ae014788ffec0797c5a992fdb876d..859f52b12b33f0ec8c0053b4ad07fc49464b53ab 100644
--- a/mojo/shell/external_application_test_main.cc
+++ b/mojo/shell/external_application_test_main.cc
@@ -6,8 +6,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/test/launcher/unit_test_launcher.h"
#include "base/test/test_suite.h"
-#include "mojo/embedder/embedder.h"
-#include "mojo/embedder/simple_platform_support.h"
+#include "mojo/edk/embedder/embedder.h"
+#include "mojo/edk/embedder/simple_platform_support.h"
#include "testing/gtest/include/gtest/gtest.h"
int main(int argc, char** argv) {
« no previous file with comments | « mojo/shell/external_application_registrar_connection.cc ('k') | mojo/shell/incoming_connection_listener_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698