Index: chrome/browser/web_applications/web_app.cc |
diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc |
index 6d269d27425068597fb626959942724b464f7093..aafd9be13e6b1e38806e281c299345cbe2a0c6f1 100644 |
--- a/chrome/browser/web_applications/web_app.cc |
+++ b/chrome/browser/web_applications/web_app.cc |
@@ -28,7 +28,6 @@ |
#include "chrome/browser/tab_contents/tab_contents.h" |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_paths.h" |
-#include "chrome/common/chrome_plugin_util.h" |
#include "chrome/common/extensions/extension.h" |
#include "chrome/common/notification_registrar.h" |
#include "chrome/common/url_constants.h" |
@@ -637,7 +636,7 @@ void UpdateShortcutWorker::UpdateShortcutsOnFileThread() { |
web_app::GetDataDir(profile_path_), shortcut_info_); |
// Ensure web_app_path exists. web_app_path could be missing for a legacy |
- // shortcut created by gears. |
+ // shortcut created by Gears. |
if (!file_util::PathExists(web_app_path) && |
!file_util::CreateDirectory(web_app_path)) { |
NOTREACHED(); |