Skip to content

Commit

Permalink
Cleanup: Remove more base/file_paths.h references.
Browse files Browse the repository at this point in the history
R=brettw
TBR=grt

Review URL: https://chromiumcodereview.appspot.com/12340092

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184849 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
thestig@chromium.org committed Feb 27, 2013
1 parent bd1714d commit 06b6650
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion base/files/memory_mapped_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "base/files/memory_mapped_file.h"

#include "base/file_path.h"
#include "base/files/file_path.h"
#include "base/logging.h"

namespace base {
Expand Down
2 changes: 1 addition & 1 deletion base/files/memory_mapped_file_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "base/files/memory_mapped_file.h"

#include "base/file_path.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/metrics/histogram.h"
#include "base/string16.h"
Expand Down
2 changes: 1 addition & 1 deletion chrome/browser/policy/resource_cache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#include <string.h>

#include "base/file_path.h"
#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/string_util.h"
#include "base/strings/string_number_conversions.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "chrome/browser/sync_file_system/fake_remote_change_processor.h"

#include "base/bind.h"
#include "base/file_path.h"
#include "base/files/file_path.h"
#include "base/location.h"
#include "base/message_loop_proxy.h"
#include "webkit/fileapi/file_system_url.h"
Expand Down
4 changes: 2 additions & 2 deletions chrome_frame/test/test_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <string>

#include "base/basictypes.h"
#include "base/file_path.h"
#include "base/files/file_path.h"
#include "base/files/memory_mapped_file.h"
#include "base/message_loop.h"
#include "net/base/stream_listen_socket.h"
Expand Down Expand Up @@ -204,7 +204,7 @@ class ResponseForPath : public Response {
}

protected:
std::string request_path_;
std::string request_path_;

private:
DISALLOW_COPY_AND_ASSIGN(ResponseForPath);
Expand Down

0 comments on commit 06b6650

Please sign in to comment.