Skip to content

Commit

Permalink
vold: Account for the new headers location
Browse files Browse the repository at this point in the history
* Migrate from base to android-base for NTFS and ExFAT.

Change-Id: I875b5763c472aa7da2976ec7c5db7cf28c913876
Signed-off-by: Ícaro Hoff <icarohoff@gmail.com>
  • Loading branch information
luca020400 authored and xboxfanj committed Dec 18, 2016
1 parent fa86b7b commit 869524b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fs/Exfat.cpp
Expand Up @@ -17,8 +17,8 @@
#include "Exfat.h"
#include "Utils.h"

#include <base/logging.h>
#include <base/stringprintf.h>
#include <android-base/logging.h>
#include <android-base/stringprintf.h>

#include <vector>
#include <string>
Expand Down
4 changes: 2 additions & 2 deletions fs/Ntfs.cpp
Expand Up @@ -17,8 +17,8 @@
#include "Ntfs.h"
#include "Utils.h"

#include <base/logging.h>
#include <base/stringprintf.h>
#include <android-base/logging.h>
#include <android-base/stringprintf.h>

#include <vector>
#include <string>
Expand Down

0 comments on commit 869524b

Please sign in to comment.