| Index: android_webview/browser/aw_renderer_priority_manager.h
|
| diff --git a/android_webview/browser/aw_renderer_priority_manager.h b/android_webview/browser/aw_renderer_priority_manager.h
|
| index dec22415fe1252eef9246a882c1fe9df2eeac1c7..6569d2598aefccf3393e55b6e74f6f781654ea22 100644
|
| --- a/android_webview/browser/aw_renderer_priority_manager.h
|
| +++ b/android_webview/browser/aw_renderer_priority_manager.h
|
| @@ -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 ANDROID_WEBVIEW_NATIVE_AW_RENDERER_PRIORITY_USER_DATA_H_
|
| -#define ANDROID_WEBVIEW_NATIVE_AW_RENDERER_PRIORITY_USER_DATA_H_
|
| +#ifndef ANDROID_WEBVIEW_BROWSER_AW_RENDERER_PRIORITY_MANAGER_H_
|
| +#define ANDROID_WEBVIEW_BROWSER_AW_RENDERER_PRIORITY_MANAGER_H_
|
|
|
| #include "base/supports_user_data.h"
|
|
|
| @@ -39,4 +39,4 @@ class AwRendererPriorityManager : public base::SupportsUserData::Data {
|
|
|
| } // namespace android_webview
|
|
|
| -#endif // ANDROID_WEBVIEW_NATIVE_AW_RENDERER_PRIORITY_USER_DATA_H_
|
| +#endif // ANDROID_WEBVIEW_BROWSER_AW_RENDERER_PRIORITY_MANAGER_H_
|
|
|