Index: content/public/browser/content_browser_client.h |
diff --git a/content/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
similarity index 98% |
rename from content/browser/content_browser_client.h |
rename to content/public/browser/content_browser_client.h |
index 350837469741ba47e2c196e046af60dcd98ff747..95f956b68d8b7d23e2f6df2ea32a4d4688b20bb8 100644 |
--- a/content/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CONTENT_BROWSER_CONTENT_BROWSER_CLIENT_H_ |
-#define CONTENT_BROWSER_CONTENT_BROWSER_CLIENT_H_ |
+#ifndef CONTENT_PUBLIC_BROWSER_CONTENT_BROWSER_CLIENT_H_ |
+#define CONTENT_PUBLIC_BROWSER_CONTENT_BROWSER_CLIENT_H_ |
#pragma once |
#include <string> |
#include "base/callback.h" |
-#include "content/common/window_container_type.h" |
+#include "content/public/common/window_container_type.h" |
#include "content/public/common/content_client.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebNotificationPresenter.h" |
@@ -348,4 +348,4 @@ class ContentBrowserClient { |
} // namespace content |
-#endif // CONTENT_BROWSER_CONTENT_BROWSER_CLIENT_H_ |
+#endif // CONTENT_PUBLIC_BROWSER_CONTENT_BROWSER_CLIENT_H_ |