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

Unified Diff: gpu/tools/compositor_model_bench/render_tree.cc

Issue 12211108: Rename FilePath -> base::FilePath in various toplevel directories (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
« no previous file with comments | « gpu/tools/compositor_model_bench/compositor_model_bench.cc ('k') | ipc/ipc_channel_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/tools/compositor_model_bench/render_tree.cc
diff --git a/gpu/tools/compositor_model_bench/render_tree.cc b/gpu/tools/compositor_model_bench/render_tree.cc
index c8e928a5add69a910a54f7118129b4792572d68f..bd2b99a9ec3ad38effa5576f22bc384dbdab999c 100644
--- a/gpu/tools/compositor_model_bench/render_tree.cc
+++ b/gpu/tools/compositor_model_bench/render_tree.cc
@@ -451,7 +451,7 @@ RenderNode* InterpretNode(DictionaryValue* node) {
return NULL;
}
-RenderNode* BuildRenderTreeFromFile(const FilePath& path) {
+RenderNode* BuildRenderTreeFromFile(const base::FilePath& path) {
LOG(INFO) << "Reading " << path.LossyDisplayName();
string contents;
if (!ReadFileToString(path, &contents))
« no previous file with comments | « gpu/tools/compositor_model_bench/compositor_model_bench.cc ('k') | ipc/ipc_channel_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698