Chromium Code Reviews| Index: chrome_frame/iids.cc |
| =================================================================== |
| --- chrome_frame/iids.cc (revision 0) |
| +++ chrome_frame/iids.cc (revision 0) |
| @@ -0,0 +1,10 @@ |
| +// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +// Pull in IIDs, CLSIDs etc from our .idl file. |
| +#include "chrome_tab.h" |
| + |
| +extern "C" { |
| +#include "chrome_tab_i.c" |
| +} |