| Index: content/renderer/cookie_message_filter.h
|
| ===================================================================
|
| --- content/renderer/cookie_message_filter.h (revision 78436)
|
| +++ content/renderer/cookie_message_filter.h (working copy)
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_RENDERER_COOKIE_MESSAGE_FILTER_H_
|
| -#define CHROME_RENDERER_COOKIE_MESSAGE_FILTER_H_
|
| +#ifndef CONTENT_RENDERER_COOKIE_MESSAGE_FILTER_H_
|
| +#define CONTENT_RENDERER_COOKIE_MESSAGE_FILTER_H_
|
| #pragma once
|
|
|
| #include "base/synchronization/waitable_event.h"
|
| @@ -27,4 +27,4 @@
|
| base::WaitableEvent event_;
|
| };
|
|
|
| -#endif // CHROME_RENDERER_COOKIE_MESSAGE_FILTER_H_
|
| +#endif // CONTENT_RENDERER_COOKIE_MESSAGE_FILTER_H_
|
|
|