| Index: chrome/common/chrome_content_client.h
|
| diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
|
| index 63e7c1e9587df32ea4426a09814eac324901fdb0..40f6f9bc8c662fede45def232ee55f065c5ed2d1 100644
|
| --- a/chrome/common/chrome_content_client.h
|
| +++ b/chrome/common/chrome_content_client.h
|
| @@ -12,8 +12,6 @@
|
| #include "base/files/file_path.h"
|
| #include "content/public/common/content_client.h"
|
|
|
| -namespace chrome {
|
| -
|
| class ChromeContentClient : public content::ContentClient {
|
| public:
|
| static const char* const kPDFPluginName;
|
| @@ -48,6 +46,4 @@ class ChromeContentClient : public content::ContentClient {
|
| #endif
|
| };
|
|
|
| -} // namespace chrome
|
| -
|
| #endif // CHROME_COMMON_CHROME_CONTENT_CLIENT_H_
|
|
|