Index: android_webview/browser/address_parser.h |
diff --git a/android_webview/native/address_parser.h b/android_webview/browser/address_parser.h |
similarity index 88% |
rename from android_webview/native/address_parser.h |
rename to android_webview/browser/address_parser.h |
index 43fdc391063596d9371cf21a8669168e17d6a48f..4ded8cf8b0afb0fb7e99b74e3afeb05eebc38029 100644 |
--- a/android_webview/native/address_parser.h |
+++ b/android_webview/browser/address_parser.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef ANDROID_WEBVIEW_NATIVE_ADDRESS_PARSER_H_ |
-#define ANDROID_WEBVIEW_NATIVE_ADDRESS_PARSER_H_ |
+#ifndef ANDROID_WEBVIEW_BROWSER_ADDRESS_PARSER_H_ |
+#define ANDROID_WEBVIEW_BROWSER_ADDRESS_PARSER_H_ |
#include <stddef.h> |
@@ -33,4 +33,4 @@ bool FindAddress(const base::string16::const_iterator& begin, |
} // namespace android_webview |
-#endif // ANDROID_WEBVIEW_NATIVE_ADDRESS_PARSER_H_ |
+#endif // ANDROID_WEBVIEW_BROWSER_ADDRESS_PARSER_H_ |