| Index: chrome/common/extensions/api/api.gyp
|
| diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
|
| index aaddab81b0eecd97ffe3d2718dd2673abe37d0f9..767ce3ccaf6f3333aaf0c52e7ef13803f750fdef 100644
|
| --- a/chrome/common/extensions/api/api.gyp
|
| +++ b/chrome/common/extensions/api/api.gyp
|
| @@ -205,7 +205,7 @@
|
| }],
|
| ],
|
| 'cc_dir': 'chrome/common/extensions/api',
|
| - 'root_namespace': 'extensions::api',
|
| + 'root_namespace': 'extensions::api::%(namespace)s',
|
| },
|
| 'dependencies': [
|
| # Different APIs include some headers from chrome/common that in turn
|
|
|