Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(690)

Unified Diff: content/renderer/accessibility/renderer_accessibility.h

Issue 12226061: Move renderer accessibility to subdir and add OWNERS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/accessibility/renderer_accessibility.h
diff --git a/content/renderer/renderer_accessibility.h b/content/renderer/accessibility/renderer_accessibility.h
similarity index 93%
rename from content/renderer/renderer_accessibility.h
rename to content/renderer/accessibility/renderer_accessibility.h
index f6075a77633c7dab412ab1474d290f2188afe103..8f33d2b3cc3f43d539c71d26fb1ba257a38b2ca5 100644
--- a/content/renderer/renderer_accessibility.h
+++ b/content/renderer/accessibility/renderer_accessibility.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 CONTENT_RENDERER_RENDERER_ACCESSIBILITY_H_
-#define CONTENT_RENDERER_RENDERER_ACCESSIBILITY_H_
+#ifndef CONTENT_RENDERER_ACCESSIBILITY_RENDERER_ACCESSIBILITY_H_
+#define CONTENT_RENDERER_ACCESSIBILITY_RENDERER_ACCESSIBILITY_H_
#include "content/common/accessibility_messages.h"
#include "content/public/renderer/render_view_observer.h"
@@ -80,4 +80,4 @@ class RendererAccessibility : public RenderViewObserver {
} // namespace content
-#endif // CONTENT_RENDERER_RENDERER_ACCESSIBILITY_H_
+#endif // CONTENT_RENDERER_ACCESSIBILITY_RENDERER_ACCESSIBILITY_H_

Powered by Google App Engine
This is Rietveld 408576698