Chromium Code Reviews| Index: chrome_frame/iids.cc |
| =================================================================== |
| --- chrome_frame/iids.cc (revision 105823) |
| +++ chrome_frame/iids.cc (working copy) |
| @@ -1,10 +1,10 @@ |
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
|
grt (UTC plus 2)
2011/10/18 15:56:24
nice!
robertshield
2011/10/18 17:31:10
Maybe you should make me a cake.
|
| // 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" |
| +#include "chrome_frame/chrome_tab.h" |
| extern "C" { |
| -#include "chrome_tab_i.c" |
| +#include "chrome_frame/chrome_tab_i.c" |
| } |