diff options
Diffstat (limited to 'chrome_frame/iids.cc')
-rw-r--r-- | chrome_frame/iids.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome_frame/iids.cc b/chrome_frame/iids.cc index 681250a..fe91568 100644 --- a/chrome_frame/iids.cc +++ b/chrome_frame/iids.cc @@ -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" } |