Commit e6e646d8 authored by jam@chromium.org's avatar jam@chromium.org

Rename navigation_types.h to navigation_type.h to match the rest of the enum files.

BUG=98716
Review URL: http://codereview.chromium.org/8758011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112361 0039d316-1c4b-4281-b951-d872f2087c98
parent e01ae1c2
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "chrome/browser/ui/views/unhandled_keyboard_event_handler.h" #include "chrome/browser/ui/views/unhandled_keyboard_event_handler.h"
#include "content/browser/tab_contents/tab_contents_delegate.h" #include "content/browser/tab_contents/tab_contents_delegate.h"
#include "content/browser/tab_contents/tab_contents_observer.h" #include "content/browser/tab_contents/tab_contents_observer.h"
#include "content/public/browser/navigation_types.h" #include "content/public/browser/navigation_type.h"
#include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h" #include "content/public/browser/notification_registrar.h"
#include "ui/base/accelerators/accelerator.h" #include "ui/base/accelerators/accelerator.h"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include "googleurl/src/gurl.h" #include "googleurl/src/gurl.h"
#include "content/browser/ssl/ssl_manager.h" #include "content/browser/ssl/ssl_manager.h"
#include "content/common/content_export.h" #include "content/common/content_export.h"
#include "content/public/browser/navigation_types.h" #include "content/public/browser/navigation_type.h"
#include "content/public/common/page_transition_types.h" #include "content/public/common/page_transition_types.h"
class NavigationEntry; class NavigationEntry;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <string> #include <string>
#include "content/common/content_export.h" #include "content/common/content_export.h"
#include "content/public/browser/navigation_types.h" #include "content/public/browser/navigation_type.h"
#include "googleurl/src/gurl.h" #include "googleurl/src/gurl.h"
class NavigationEntry; class NavigationEntry;
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include "content/common/intents_messages.h" #include "content/common/intents_messages.h"
#include "content/common/view_messages.h" #include "content/common/view_messages.h"
#include "content/public/browser/content_browser_client.h" #include "content/public/browser/content_browser_client.h"
#include "content/public/browser/navigation_types.h" #include "content/public/browser/navigation_type.h"
#include "content/public/browser/notification_service.h" #include "content/public/browser/notification_service.h"
#include "content/public/common/bindings_policy.h" #include "content/public/common/bindings_policy.h"
#include "content/public/common/content_constants.h" #include "content/public/common/content_constants.h"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "base/basictypes.h" #include "base/basictypes.h"
#include "content/browser/tab_contents/navigation_entry.h" #include "content/browser/tab_contents/navigation_entry.h"
#include "content/common/content_export.h" #include "content/common/content_export.h"
#include "content/public/browser/navigation_types.h" #include "content/public/browser/navigation_type.h"
#include "content/public/common/page_transition_types.h" #include "content/public/common/page_transition_types.h"
#include "ui/gfx/native_widget_types.h" #include "ui/gfx/native_widget_types.h"
#include "webkit/glue/window_open_disposition.h" #include "webkit/glue/window_open_disposition.h"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
'public/browser/content_ipc_logging.h', 'public/browser/content_ipc_logging.h',
'public/browser/download_manager_delegate.h', 'public/browser/download_manager_delegate.h',
'public/browser/native_web_keyboard_event.h', 'public/browser/native_web_keyboard_event.h',
'public/browser/navigation_types.h', 'public/browser/navigation_type.h',
'public/browser/notification_details.h', 'public/browser/notification_details.h',
'public/browser/notification_observer.h', 'public/browser/notification_observer.h',
'public/browser/notification_registrar.cc', 'public/browser/notification_registrar.cc',
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef CONTENT_PUBLIC_BROWSER_NAVIGATION_TYPES_H_ #ifndef CONTENT_PUBLIC_BROWSER_NAVIGATION_TYPE_H_
#define CONTENT_PUBLIC_BROWSER_NAVIGATION_TYPES_H_ #define CONTENT_PUBLIC_BROWSER_NAVIGATION_TYPE_H_
#pragma once #pragma once
namespace content { namespace content {
...@@ -57,4 +57,4 @@ enum NavigationType { ...@@ -57,4 +57,4 @@ enum NavigationType {
} // namespace content } // namespace content
#endif // CONTENT_PUBLIC_BROWSER_NAVIGATION_TYPES_H_ #endif // CONTENT_PUBLIC_BROWSER_NAVIGATION_TYPE_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment