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

Unified Diff: base/files/dir_reader_posix_unittest.cc

Issue 10413022: Move dir_reader to base/files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix linux Created 8 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 | « base/files/dir_reader_posix.h ('k') | chrome/browser/extensions/external_pref_extension_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/files/dir_reader_posix_unittest.cc
diff --git a/base/dir_reader_posix_unittest.cc b/base/files/dir_reader_posix_unittest.cc
similarity index 94%
rename from base/dir_reader_posix_unittest.cc
rename to base/files/dir_reader_posix_unittest.cc
index a6adfdb682eee7087f09690ffc2f6df738411103..0685031a982c22772c8e187c5fc301578b9d0ea0 100644
--- a/base/dir_reader_posix_unittest.cc
+++ b/base/files/dir_reader_posix_unittest.cc
@@ -1,8 +1,8 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/dir_reader_posix.h"
+#include "base/files/dir_reader_posix.h"
#include <fcntl.h>
#include <stdio.h>
« no previous file with comments | « base/files/dir_reader_posix.h ('k') | chrome/browser/extensions/external_pref_extension_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698