| Index: chrome/browser/search/local_files_ntp_source.cc
|
| diff --git a/chrome/browser/search/local_files_ntp_source.cc b/chrome/browser/search/local_files_ntp_source.cc
|
| index 1bd8de5d709f8b55ac5ea11d529fa60f2e42aec5..f3732b720a4c23e8e2c800a39ef17121b22541e5 100644
|
| --- a/chrome/browser/search/local_files_ntp_source.cc
|
| +++ b/chrome/browser/search/local_files_ntp_source.cc
|
| @@ -18,8 +18,8 @@
|
| #include "chrome/common/url_constants.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/url_data_source.h"
|
| -#include "third_party/re2/re2/re2.h"
|
| -#include "third_party/re2/re2/stringpiece.h"
|
| +#include "third_party/re2/src/re2/re2.h"
|
| +#include "third_party/re2/src/re2/stringpiece.h"
|
|
|
| namespace {
|
|
|
|
|