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

Unified Diff: mojo/public/environment/lib/default_async_waiter.cc

Issue 217443002: Mojo: Move mojo/public/utility to mojo/public/cpp/utility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « mojo/public/environment/lib/buffer_tls.cc ('k') | mojo/public/environment/lib/environment.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/environment/lib/default_async_waiter.cc
diff --git a/mojo/public/environment/lib/default_async_waiter.cc b/mojo/public/environment/lib/default_async_waiter.cc
index ff2dfaefc16142fe12467872b5d6773c5084d03f..b6c337c31bd3d923798492b33b059dca0b4bd5f5 100644
--- a/mojo/public/environment/lib/default_async_waiter.cc
+++ b/mojo/public/environment/lib/default_async_waiter.cc
@@ -6,8 +6,8 @@
#include <assert.h>
-#include "mojo/public/utility/run_loop.h"
-#include "mojo/public/utility/run_loop_handler.h"
+#include "mojo/public/cpp/utility/run_loop.h"
+#include "mojo/public/cpp/utility/run_loop_handler.h"
namespace mojo {
namespace {
« no previous file with comments | « mojo/public/environment/lib/buffer_tls.cc ('k') | mojo/public/environment/lib/environment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698