| Index: content/browser/service_worker/embedded_worker_instance_unittest.cc
|
| diff --git a/content/browser/service_worker/embedded_worker_instance_unittest.cc b/content/browser/service_worker/embedded_worker_instance_unittest.cc
|
| index 45de97e288682e27061c6b4fca478218032341c1..d651173614b7989b61550af4a51252694b0307d8 100644
|
| --- a/content/browser/service_worker/embedded_worker_instance_unittest.cc
|
| +++ b/content/browser/service_worker/embedded_worker_instance_unittest.cc
|
| @@ -44,6 +44,7 @@ class EmbeddedWorkerInstanceTest : public testing::Test {
|
| TestBrowserThreadBundle thread_bundle_;
|
| scoped_ptr<EmbeddedWorkerTestHelper> helper_;
|
|
|
| + private:
|
| DISALLOW_COPY_AND_ASSIGN(EmbeddedWorkerInstanceTest);
|
| };
|
|
|
|
|