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

Unified Diff: content/browser/accessibility/dump_accessibility_tree_helper_win.cc

Issue 12213066: Use base namespace for FilePath in content/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/browser/accessibility/dump_accessibility_tree_helper_win.cc
diff --git a/content/browser/accessibility/dump_accessibility_tree_helper_win.cc b/content/browser/accessibility/dump_accessibility_tree_helper_win.cc
index 4c5e2c6ea39d9e81c2436217a077d6a9b175f52a..229bf35cf482cefef8f666d5ffb27a79e8270964 100644
--- a/content/browser/accessibility/dump_accessibility_tree_helper_win.cc
+++ b/content/browser/accessibility/dump_accessibility_tree_helper_win.cc
@@ -160,13 +160,13 @@ string16 DumpAccessibilityTreeHelper::ToString(
return UTF8ToUTF16(prefix) + FinishLine() + ASCIIToUTF16("\n");
}
-const FilePath::StringType DumpAccessibilityTreeHelper::GetActualFileSuffix()
- const {
+const base::FilePath::StringType
+DumpAccessibilityTreeHelper::GetActualFileSuffix() const {
return FILE_PATH_LITERAL("-actual-win.txt");
}
-const FilePath::StringType DumpAccessibilityTreeHelper::GetExpectedFileSuffix()
- const {
+const base::FilePath::StringType
+DumpAccessibilityTreeHelper::GetExpectedFileSuffix() const {
return FILE_PATH_LITERAL("-expected-win.txt");
}
« no previous file with comments | « content/browser/accessibility/dump_accessibility_tree_helper_mac.mm ('k') | content/browser/android/tracing_intent_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698