| Index: content/public/common/window_container_type.cc
|
| diff --git a/content/common/window_container_type.cc b/content/public/common/window_container_type.cc
|
| similarity index 90%
|
| rename from content/common/window_container_type.cc
|
| rename to content/public/common/window_container_type.cc
|
| index 20ba687d9471e218afe6178b5967b1120f556cdf..d62a082cfaf4001b4a63fcd2686d1fc507bb31f7 100644
|
| --- a/content/common/window_container_type.cc
|
| +++ b/content/public/common/window_container_type.cc
|
| @@ -1,8 +1,8 @@
|
| -// 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.
|
|
|
| -#include "content/common/window_container_type.h"
|
| +#include "content/public/common/window_container_type.h"
|
|
|
| #include "base/string_util.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h"
|
|
|