diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-20 03:01:44 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-20 03:01:44 +0000 |
commit | c07006b77f5a6af2a2206c3c32f1d4d6a4eb94f6 (patch) | |
tree | fdaa012620787dcd346312417f9aee1d883eb89e /gin/per_context_data.cc | |
parent | b873bc8b51dbee1193f3e6b48db0d08a86e3badc (diff) | |
download | chromium_src-c07006b77f5a6af2a2206c3c32f1d4d6a4eb94f6.zip chromium_src-c07006b77f5a6af2a2206c3c32f1d4d6a4eb94f6.tar.gz chromium_src-c07006b77f5a6af2a2206c3c32f1d4d6a4eb94f6.tar.bz2 |
Add a gin/public directory
When we start using gin from other projects but mojo, we want to be
extra careful what we include. Therefore, we introduce a public/
directories with headers that are ok to be included from gin-embedders.
As a start, we move wrapper_info.h into public/.
BUG=317398
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/69293015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236114 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gin/per_context_data.cc')
-rw-r--r-- | gin/per_context_data.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gin/per_context_data.cc b/gin/per_context_data.cc index 58a7241..4a76616 100644 --- a/gin/per_context_data.cc +++ b/gin/per_context_data.cc @@ -5,7 +5,7 @@ #include "gin/per_context_data.h" #include "base/logging.h" -#include "gin/wrapper_info.h" +#include "gin/public/wrapper_info.h" namespace gin { |