Index: android_webview/browser/aw_contents_io_thread_client_impl.h |
diff --git a/android_webview/native/aw_contents_io_thread_client_impl.h b/android_webview/browser/aw_contents_io_thread_client_impl.h |
similarity index 87% |
rename from android_webview/native/aw_contents_io_thread_client_impl.h |
rename to android_webview/browser/aw_contents_io_thread_client_impl.h |
index 33b7bc1ddda98ce1fe95ace45e860b3c65cca518..5200c47e704e5b4e1bf2b4cdaf8a851e264682f5 100644 |
--- a/android_webview/native/aw_contents_io_thread_client_impl.h |
+++ b/android_webview/browser/aw_contents_io_thread_client_impl.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_AW_CONTENTS_IO_THREAD_CLIENT_IMPL_H_ |
-#define ANDROID_WEBVIEW_NATIVE_AW_CONTENTS_IO_THREAD_CLIENT_IMPL_H_ |
+#ifndef ANDROID_WEBVIEW_BROWSER_AW_CONTENTS_IO_THREAD_CLIENT_IMPL_H_ |
+#define ANDROID_WEBVIEW_BROWSER_AW_CONTENTS_IO_THREAD_CLIENT_IMPL_H_ |
#include <stdint.h> |
@@ -24,7 +24,7 @@ namespace android_webview { |
class AwContentsIoThreadClientImpl : public AwContentsIoThreadClient { |
public: |
- // Called when AwContents is created before there is a Java client. |
+ // Called when AwContents is created before there is a Java client. |
static void RegisterPendingContents(content::WebContents* web_contents); |
// Associates the |jclient| instance (which must implement the |
@@ -65,6 +65,6 @@ class AwContentsIoThreadClientImpl : public AwContentsIoThreadClient { |
DISALLOW_COPY_AND_ASSIGN(AwContentsIoThreadClientImpl); |
}; |
-} // namespace android_webview |
+} // namespace android_webview |
-#endif // ANDROID_WEBVIEW_NATIVE_AW_CONTENTS_IO_THREAD_CLIENT_IMPL_H_ |
+#endif // ANDROID_WEBVIEW_BROWSER_AW_CONTENTS_IO_THREAD_CLIENT_IMPL_H_ |