| Index: content/common/db_message_filter.h
|
| ===================================================================
|
| --- content/common/db_message_filter.h (revision 77970)
|
| +++ content/common/db_message_filter.h (working copy)
|
| @@ -1,9 +1,9 @@
|
| -// Copyright (c) 2010 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.
|
|
|
| -#ifndef CHROME_COMMON_DB_MESSAGE_FILTER_H_
|
| -#define CHROME_COMMON_DB_MESSAGE_FILTER_H_
|
| +#ifndef CONTENT_COMMON_DB_MESSAGE_FILTER_H_
|
| +#define CONTENT_COMMON_DB_MESSAGE_FILTER_H_
|
| #pragma once
|
|
|
| #include "ipc/ipc_channel_proxy.h"
|
| @@ -25,4 +25,4 @@
|
| const string16& database_name);
|
| };
|
|
|
| -#endif // CHROME_COMMON_DB_MESSAGE_FILTER_H_
|
| +#endif // CONTENT_COMMON_DB_MESSAGE_FILTER_H_
|
|
|