| Index: chrome/browser/guestview/webview/webview_constants.h
|
| diff --git a/chrome/browser/guest_view/web_view/web_view_constants.h b/chrome/browser/guestview/webview/webview_constants.h
|
| similarity index 91%
|
| rename from chrome/browser/guest_view/web_view/web_view_constants.h
|
| rename to chrome/browser/guestview/webview/webview_constants.h
|
| index ff50895396b982d8b1f5ff70617230aeed6c0684..a05c9b9037dabd3e1eb47c827c55b967053ea3e3 100644
|
| --- a/chrome/browser/guest_view/web_view/web_view_constants.h
|
| +++ b/chrome/browser/guestview/webview/webview_constants.h
|
| @@ -1,11 +1,11 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2013 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.
|
|
|
| // Constants used for the WebView API.
|
|
|
| -#ifndef CHROME_BROWSER_GUEST_VIEW_WEB_VIEW_WEB_VIEW_CONSTANTS_H_
|
| -#define CHROME_BROWSER_GUEST_VIEW_WEB_VIEW_WEB_VIEW_CONSTANTS_H_
|
| +#ifndef CHROME_BROWSER_GUESTVIEW_WEBVIEW_WEBVIEW_CONSTANTS_H_
|
| +#define CHROME_BROWSER_GUESTVIEW_WEBVIEW_WEBVIEW_CONSTANTS_H_
|
|
|
| namespace webview {
|
|
|
| @@ -86,4 +86,4 @@ extern const int kInvalidPermissionRequestID;
|
|
|
| } // namespace webview
|
|
|
| -#endif // CHROME_BROWSER_GUEST_VIEW_WEB_VIEW_WEB_VIEW_CONSTANTS_H_
|
| +#endif // CHROME_BROWSER_GUESTVIEW_WEBVIEW_WEBVIEW_CONSTANTS_H_
|
|
|