diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-17 23:26:48 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-17 23:26:48 +0000 |
commit | df4e2517f859dd215d9d4d453c0c37c54dca3583 (patch) | |
tree | 3f80b7f1192c4579a12374ccd4ab7a36c06ed41f /mojo/examples/sample_app | |
parent | b63e3be0943cf45470a53dbcfbdc4f3bd75219ee (diff) | |
download | chromium_src-df4e2517f859dd215d9d4d453c0c37c54dca3583.zip chromium_src-df4e2517f859dd215d9d4d453c0c37c54dca3583.tar.gz chromium_src-df4e2517f859dd215d9d4d453c0c37c54dca3583.tar.bz2 |
Move native_viewport.mojom into public/interfaces
TBR=sky@chromium.org
http://crbug.com/385480
Review URL: https://codereview.chromium.org/331633006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277899 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/examples/sample_app')
-rw-r--r-- | mojo/examples/sample_app/gles2_client_impl.h | 2 | ||||
-rw-r--r-- | mojo/examples/sample_app/sample_app.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mojo/examples/sample_app/gles2_client_impl.h b/mojo/examples/sample_app/gles2_client_impl.h index a75a284..6791504 100644 --- a/mojo/examples/sample_app/gles2_client_impl.h +++ b/mojo/examples/sample_app/gles2_client_impl.h @@ -7,7 +7,7 @@ #include "mojo/examples/sample_app/spinning_cube.h" #include "mojo/public/c/gles2/gles2.h" -#include "mojo/services/native_viewport/native_viewport.mojom.h" +#include "mojo/services/public/interfaces/native_viewport/native_viewport.mojom.h" #include "ui/gfx/point_f.h" #include "ui/gfx/size.h" diff --git a/mojo/examples/sample_app/sample_app.cc b/mojo/examples/sample_app/sample_app.cc index ec1ba51..b6a20b7 100644 --- a/mojo/examples/sample_app/sample_app.cc +++ b/mojo/examples/sample_app/sample_app.cc @@ -12,7 +12,7 @@ #include "mojo/public/cpp/system/macros.h" #include "mojo/public/cpp/utility/run_loop.h" #include "mojo/public/interfaces/service_provider/service_provider.mojom.h" -#include "mojo/services/native_viewport/native_viewport.mojom.h" +#include "mojo/services/public/interfaces/native_viewport/native_viewport.mojom.h" namespace mojo { namespace examples { |