Fix all remaining readability/namespace errors

This commit is contained in:
Adam Roben 2013-11-17 18:20:17 -05:00
parent fd54c435a9
commit 9ac1a539ee
22 changed files with 22 additions and 22 deletions

View file

@ -20,6 +20,6 @@ class DevToolsUI : public content::WebUIController {
DISALLOW_COPY_AND_ASSIGN(DevToolsUI);
};
}
} // namespace brightray
#endif

View file

@ -14,6 +14,6 @@ class DownloadManagerDelegate : public content::DownloadManagerDelegate {
DISALLOW_COPY_AND_ASSIGN(DownloadManagerDelegate);
};
}
} // namespace brightray
#endif

View file

@ -22,6 +22,6 @@ public:
virtual void ShowDevTools() = 0;
};
}
} // namespace brightray
#endif

View file

@ -90,6 +90,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(InspectableWebContentsImpl);
};
}
} // namespace brightray
#endif

View file

@ -16,6 +16,6 @@ public:
virtual bool SetDockSide(const std::string& side) = 0;
};
}
} // namespace brightray
#endif

View file

@ -31,6 +31,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(InspectableWebContentsViewMac);
};
}
} // namespace brightray
#endif

View file

@ -234,4 +234,4 @@ GtkWidget *InspectableWebContentsViewLinux::GetBrowserWindow() {
return browser;
}
}
} // namespace brightray

View file

@ -49,6 +49,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(InspectableWebContentsViewLinux);
};
}
} // namespace brightray
#endif

View file

@ -37,6 +37,6 @@ class NetworkDelegate : public net::NetworkDelegate {
DISALLOW_COPY_AND_ASSIGN(NetworkDelegate);
};
}
} // namespace brightray
#endif

View file

@ -23,6 +23,6 @@ class NotificationPresenter {
int notification_id) = 0;
};
}
} // namespace brightray
#endif

View file

@ -34,6 +34,6 @@ class NotificationPresenterMac : public NotificationPresenter {
base::scoped_nsobject<BRYUserNotificationCenterDelegate> delegate_;
};
}
} // namespace brightray
#endif

View file

@ -53,6 +53,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(URLRequestContextGetter);
};
}
} // namespace brightray
#endif

View file

@ -37,6 +37,6 @@ class WebUIControllerFactory : public content::WebUIControllerFactory {
DISALLOW_COPY_AND_ASSIGN(WebUIControllerFactory);
};
}
} // namespace brightray
#endif

View file

@ -44,4 +44,4 @@ LRESULT DevToolsWindow::OnSize(UINT, WPARAM, LPARAM, BOOL&) {
return 0;
}
}
} // namespace brightray

View file

@ -31,6 +31,6 @@ class DevToolsWindow : public ui::WindowImpl, public base::SupportsWeakPtr<DevTo
DISALLOW_COPY_AND_ASSIGN(DevToolsWindow);
};
}
} // namespace brightray
#endif

View file

@ -56,4 +56,4 @@ bool InspectableWebContentsViewWin::SetDockSide(const std::string& side) {
return false;
}
}
} // namespace brightray

View file

@ -32,6 +32,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(InspectableWebContentsViewWin);
};
}
} // namespace brightray
#endif

View file

@ -16,4 +16,4 @@ std::string GetApplicationVersion() {
return UTF16ToUTF8(info->product_version());
}
}
} // namespace brightray

View file

@ -37,4 +37,4 @@ gfx::Image& ContentClient::GetNativeImageNamed(int resource_id) const {
return ui::ResourceBundle::GetSharedInstance().GetNativeImageNamed(resource_id);
}
}
} // namespace brightray

View file

@ -24,6 +24,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(ContentClient);
};
}
} // namespace brightray
#endif

View file

@ -57,4 +57,4 @@ void MainDelegate::InitializeResourceBundle() {
ui::ResourceBundle::GetSharedInstance().AddDataPackFromPath(*it, ui::SCALE_FACTOR_NONE);
}
}
} // namespace brightray

View file

@ -47,5 +47,5 @@ private:
DISALLOW_COPY_AND_ASSIGN(MainDelegate);
};
}
} // namespace brightray
#endif