| Index: chrome_frame/function_stub.h
|
| ===================================================================
|
| --- chrome_frame/function_stub.h (revision 57726)
|
| +++ chrome_frame/function_stub.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 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.
|
|
|
| @@ -7,8 +7,9 @@
|
| #define CHROME_FRAME_FUNCTION_STUB_H_
|
|
|
| #include <windows.h>
|
| -#include "base/logging.h"
|
|
|
| +#include "base/basictypes.h"
|
| +
|
| // IMPORTANT: The struct below must be byte aligned.
|
| #pragma pack(push)
|
| #pragma pack(1)
|
|
|