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

Unified Diff: third_party/mojo_services/src/view_manager/public/cpp/view_manager_context.h

Issue 954643002: Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use run_renderer_in_process() 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
Index: third_party/mojo_services/src/view_manager/public/cpp/view_manager_context.h
diff --git a/third_party/mojo_services/src/view_manager/public/cpp/view_manager_context.h b/third_party/mojo_services/src/view_manager/public/cpp/view_manager_context.h
index 197659885c0aa968090b426cc33cd1a07fd1e0f1..de7b84bef5d75d8b76146a571b85b47b47b1962f 100644
--- a/third_party/mojo_services/src/view_manager/public/cpp/view_manager_context.h
+++ b/third_party/mojo_services/src/view_manager/public/cpp/view_manager_context.h
@@ -8,9 +8,8 @@
#include <string>
#include <vector>
-#include "base/bind.h"
-#include "base/memory/scoped_ptr.h"
#include "mojo/public/cpp/application/service_provider_impl.h"
+#include "mojo/public/cpp/system/macros.h"
namespace mojo {
class ApplicationImpl;
@@ -37,7 +36,7 @@ class ViewManagerContext {
private:
class InternalState;
- scoped_ptr<InternalState> state_;
+ InternalState* state_;
MOJO_DISALLOW_COPY_AND_ASSIGN(ViewManagerContext);
};

Powered by Google App Engine
This is Rietveld 408576698