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

Unified Diff: chrome/browser/browser_accessibility_win.h

Issue 2830005: Rename browser_accessibility to browser_accessibility_win, and same for... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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
« no previous file with comments | « chrome/browser/browser_accessibility_unittest.cc ('k') | chrome/browser/browser_accessibility_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_accessibility_win.h
===================================================================
--- chrome/browser/browser_accessibility_win.h (revision 49787)
+++ chrome/browser/browser_accessibility_win.h (working copy)
@@ -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 CHROME_BROWSER_BROWSER_ACCESSIBILITY_H_
-#define CHROME_BROWSER_BROWSER_ACCESSIBILITY_H_
+#ifndef CHROME_BROWSER_BROWSER_ACCESSIBILITY_WIN_H_
+#define CHROME_BROWSER_BROWSER_ACCESSIBILITY_WIN_H_
#include <atlbase.h>
#include <atlcom.h>
@@ -12,7 +12,7 @@
#include <vector>
#include "base/scoped_comptr_win.h"
-#include "chrome/browser/browser_accessibility_manager.h"
+#include "chrome/browser/browser_accessibility_manager_win.h"
#include "ia2_api_all.h" // Generated
#include "webkit/glue/webaccessibility.h"
@@ -396,4 +396,4 @@
DISALLOW_COPY_AND_ASSIGN(BrowserAccessibility);
};
-#endif // CHROME_BROWSER_BROWSER_ACCESSIBILITY_H_
+#endif // CHROME_BROWSER_BROWSER_ACCESSIBILITY_WIN_H_
Property changes on: chrome/browser/browser_accessibility_win.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « chrome/browser/browser_accessibility_unittest.cc ('k') | chrome/browser/browser_accessibility_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698