| Index: content/public/common/window_container_type.h
|
| diff --git a/content/common/window_container_type.h b/content/public/common/window_container_type.h
|
| similarity index 77%
|
| rename from content/common/window_container_type.h
|
| rename to content/public/common/window_container_type.h
|
| index 761f9a664153309ed29afe9f8c3c153581b3fcf0..27e78b1d14aef4fa5fa11a16a1f817065f1fb7b2 100644
|
| --- a/content/common/window_container_type.h
|
| +++ b/content/public/common/window_container_type.h
|
| @@ -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 CONTENT_COMMON_WINDOW_CONTAINER_TYPE_H_
|
| -#define CONTENT_COMMON_WINDOW_CONTAINER_TYPE_H_
|
| +#ifndef CONTENT_PUBLIC_COMMON_WINDOW_CONTAINER_TYPE_H_
|
| +#define CONTENT_PUBLIC_COMMON_WINDOW_CONTAINER_TYPE_H_
|
| #pragma once
|
|
|
| namespace WebKit {
|
| @@ -33,4 +33,4 @@ enum WindowContainerType {
|
| WindowContainerType WindowFeaturesToContainerType(
|
| const WebKit::WebWindowFeatures& window_features);
|
|
|
| -#endif // CONTENT_COMMON_WINDOW_CONTAINER_TYPE_H_
|
| +#endif // CONTENT_PUBLIC_COMMON_WINDOW_CONTAINER_TYPE_H_
|
|
|