summaryrefslogtreecommitdiffstats
path: root/gin/wrapper_info.cc
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-20 03:01:44 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-20 03:01:44 +0000
commitc07006b77f5a6af2a2206c3c32f1d4d6a4eb94f6 (patch)
treefdaa012620787dcd346312417f9aee1d883eb89e /gin/wrapper_info.cc
parentb873bc8b51dbee1193f3e6b48db0d08a86e3badc (diff)
downloadchromium_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/wrapper_info.cc')
-rw-r--r--gin/wrapper_info.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gin/wrapper_info.cc b/gin/wrapper_info.cc
index d14156d..c1c6774 100644
--- a/gin/wrapper_info.cc
+++ b/gin/wrapper_info.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "gin/wrapper_info.h"
+#include "gin/public/wrapper_info.h"
namespace gin {