| 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.
|
| // 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"
|
| }
|
|
|