Index: content/browser/device_orientation/provider.cc |
diff --git a/content/browser/device_orientation/provider.cc b/content/browser/device_orientation/provider.cc |
index 12adbbb960c76ed5ce471eb48be5463cb05bd5f1..428ddb56044b8049f8bb9df7545b77e3f38be376 100644 |
--- a/content/browser/device_orientation/provider.cc |
+++ b/content/browser/device_orientation/provider.cc |
@@ -17,7 +17,7 @@ |
using content::BrowserThread; |
jam
2012/08/15 19:12:46
ditto
|
-namespace device_orientation { |
+namespace content { |
Provider* Provider::GetInstance() { |
if (!instance_) { |
@@ -54,4 +54,4 @@ Provider::~Provider() { |
Provider* Provider::instance_ = NULL; |
-} // namespace device_orientation |
+} // namespace content |